|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
com.rhi.architecture.parc.ProcessingException
ProcessingException Class. Used in the interface architecture when an execution thread encounters an unexpected problem. Can be thrown by any element of the pipeline. (inputadapter, pipeline, outputadapter)
Field Summary |
Fields inherited from class org.apache.commons.lang.exception.NestableException |
delegate |
Constructor Summary | |
ProcessingException()
Default Constructor |
|
ProcessingException(java.lang.String msg)
Constructor |
|
ProcessingException(java.lang.String msg,
int code)
Constructor |
|
ProcessingException(java.lang.String msg,
java.lang.Throwable cause)
Constructor |
|
ProcessingException(java.lang.String msg,
java.lang.Throwable cause,
int code)
Constructor |
|
ProcessingException(java.lang.Throwable cause)
Constructor |
|
ProcessingException(java.lang.Throwable cause,
int code)
Constructor |
Method Summary | |
int |
getExitCode()
get returnCode |
void |
setExitCode(int exitCode)
set returnCode |
Methods inherited from class org.apache.commons.lang.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProcessingException()
public ProcessingException(java.lang.String msg)
msg
- public ProcessingException(java.lang.String msg, int code)
msg
- code
- public ProcessingException(java.lang.Throwable cause)
cause
- public ProcessingException(java.lang.Throwable cause, int code)
cause
- code
- public ProcessingException(java.lang.String msg, java.lang.Throwable cause)
msg
- cause
- public ProcessingException(java.lang.String msg, java.lang.Throwable cause, int code)
msg
- cause
- code
- Method Detail |
public int getExitCode()
public void setExitCode(int exitCode)
exitCode
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |