|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.cgiams.esl.common.exceptions.ESLException
com.cgiams.esl.fp.FlowProcessorException
Highest-level exception for the Flow Processor and is expected to contain the root cause of any problem.
Constructor Summary | |
FlowProcessorException(java.lang.String as_message)
Constructor when providing a default message. |
|
FlowProcessorException(java.lang.String as_message,
java.lang.Throwable ao_exception)
Constructor for providing an explicit message and a root exception. |
|
FlowProcessorException(java.lang.Throwable ao_exception)
Constructor when providing a root exception. |
Methods inherited from class com.cgiams.esl.common.exceptions.ESLException |
getFormattedErrorMessage, getMessage, getRootException, getRootMessage |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FlowProcessorException(java.lang.String as_message)
as_message
- The message for this exception.public FlowProcessorException(java.lang.Throwable ao_exception)
ao_exception
- The root exception.public FlowProcessorException(java.lang.String as_message, java.lang.Throwable ao_exception)
as_message
- A default message for this exception.ao_exception
- The root exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |