|
|||||||||||
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
com.cgiams.esl.fp.FlowPreProcessException
Custom exception for any FlowProcessor's pre-processing classes.
Constructor Summary | |
FlowPreProcessException(java.lang.String as_message)
Constructor when providing a default message. |
|
FlowPreProcessException(java.lang.String as_message,
java.lang.Throwable ao_exception)
Constructor for providing an explicit message and a root exception. |
|
FlowPreProcessException(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 FlowPreProcessException(java.lang.String as_message)
as_message
- The message for this exception.public FlowPreProcessException(java.lang.Throwable ao_exception)
ao_exception
- The root exception.public FlowPreProcessException(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 |