|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.jlf.log.AppError | +--org.jlf.httpRequest.HttpRequestProcessorError
This class is to be used for throwing data mapping related exceptions.
Field Summary | |
protected java.lang.String |
workflowName
Holds a workflow name. |
Fields inherited from class org.jlf.log.AppError |
originalThrownObject |
Constructor Summary | |
HttpRequestProcessorError(java.lang.String s)
Constructor accepting a message string. |
|
HttpRequestProcessorError(java.lang.String message,
java.lang.String workflowName)
Constructor accepting a message and a workflow. |
|
HttpRequestProcessorError(java.lang.String s,
java.lang.Throwable t)
Constructor accepting a message and a Throwable object. |
|
HttpRequestProcessorError(java.lang.String s,
java.lang.Throwable t,
int loggingLevel)
Constructor accepting a message, a Throwable object, and logging information. |
|
HttpRequestProcessorError(java.lang.Throwable t)
Constructor accepting a reference to a Throwable object. |
Method Summary | |
java.lang.String |
toString()
Returns a String representing the AppError information. |
Methods inherited from class org.jlf.log.AppError |
getOriginalThrownObject, getStackTraceAsString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String workflowName
Constructor Detail |
public HttpRequestProcessorError(java.lang.Throwable t)
AppError
to "wrap" a caught exception.
public HttpRequestProcessorError(java.lang.String s)
public HttpRequestProcessorError(java.lang.String s, java.lang.Throwable t)
AppError
to "wrap" a caught exception.
public HttpRequestProcessorError(java.lang.String s, java.lang.Throwable t, int loggingLevel)
public HttpRequestProcessorError(java.lang.String message, java.lang.String workflowName)
Method Detail |
public java.lang.String toString()
AppError
information.
toString
in class AppError
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |