|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.util.SystemError
Used for wrapping system errors (exceptions) that may occur in the application.
Constructor Summary | |
SystemError(java.lang.Exception e)
Constructor. |
|
SystemError(java.lang.Exception e,
long returncode)
Constructor. |
|
SystemError(java.lang.Exception e,
java.lang.String message)
Constructor. |
Method Summary | |
java.lang.Exception |
getException()
Get the exception. |
java.lang.String |
getMessage()
Get the message. |
java.lang.String |
getStackTrace()
Get the stack trace. |
void |
setException(java.lang.Exception e)
Set the exception. |
void |
setMessage(java.lang.String message)
Set the message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SystemError(java.lang.Exception e)
e
- An Exception.public SystemError(java.lang.Exception e, java.lang.String message)
e
- An Exception.message
- A String.public SystemError(java.lang.Exception e, long returncode)
e
- An Exception.returncode
- A long.Method Detail |
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- A String.public java.lang.Exception getException()
public void setException(java.lang.Exception e)
e
- An Exception.public java.lang.String getStackTrace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |