public class FileRenameException extends VipToolException
Constructor and Description |
---|
FileRenameException(IAbstractFile file,
String newName) |
FileRenameException(IAbstractFile file,
String newName,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
IAbstractFile |
getAbstractFile() |
String |
getNewName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileRenameException(IAbstractFile file, String newName)
public FileRenameException(IAbstractFile file, String newName, Throwable throwable)
public IAbstractFile getAbstractFile()
public String getNewName()