public class UnsupportedFileException extends VipToolException
Modifier and Type | Field and Description |
---|---|
static int |
FILENOTFOUND |
static int |
IOEXCEPTION |
static int |
UNKOWNFORMAT |
Constructor and Description |
---|
UnsupportedFileException(File file,
Exception ex,
int errorcode) |
UnsupportedFileException(File file,
String message,
int errorcode) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorcode() |
File |
getFile() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static int FILENOTFOUND
public static int IOEXCEPTION
public static int UNKOWNFORMAT
public File getFile()
public int getErrorcode()