public class FileInterpreterException extends VipToolException
Constructor and Description |
---|
FileInterpreterException(IFileInterpreter fileInterpreter) |
FileInterpreterException(IFileInterpreter fileInterpreter,
String message) |
FileInterpreterException(IFileInterpreter fileInterpreter,
String message,
Throwable throwable) |
FileInterpreterException(IFileInterpreter fileInterpreter,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
IFileInterpreter |
getFileInterpreter() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileInterpreterException(IFileInterpreter fileInterpreter)
public FileInterpreterException(IFileInterpreter fileInterpreter, String message)
public FileInterpreterException(IFileInterpreter fileInterpreter, Throwable throwable)
public FileInterpreterException(IFileInterpreter fileInterpreter, String message, Throwable throwable)
public IFileInterpreter getFileInterpreter()