|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.eclipseexeditor.textfilter.FilterException
Indicates an exception occurred executing a filter or reading the output of a filter.
| Constructor Summary | |
FilterException(String command,
int rc,
Throwable cause)
Construct a new instance of the FilterException class |
|
FilterException(String command,
String message,
Throwable cause)
Construct a new FilterException |
|
| Method Summary | |
String |
getCommand()
Return the value of the command property. |
String |
getMessage()
|
int |
getReturnCode()
Return the system return code from running the process. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FilterException(String command,
String message,
Throwable cause)
command - the command that was executedmessage - the exception textcause - a root cause exception/throwable
public FilterException(String command,
int rc,
Throwable cause)
command - the command that was executedrc - the return code from executing a commandcause - the root cause| Method Detail |
public String getCommand()
public String getMessage()
public int getReturnCode()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||