|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.apache.commons.lang.exception.NestableError
org.apache.turbine.util.SystemError
Used for wrapping system errors (exceptions) that may occur in the application.
Field Summary |
Fields inherited from class org.apache.commons.lang.exception.NestableError |
delegate |
Constructor Summary | |
SystemError(java.lang.String message)
Constructor. |
|
SystemError(java.lang.String message,
java.lang.Throwable cause)
Constructor. |
|
SystemError(java.lang.Throwable cause)
Constructor. |
|
SystemError(java.lang.Throwable cause,
long returnCode)
Deprecated. No replacement |
|
SystemError(java.lang.Throwable cause,
java.lang.String message)
Deprecated. Use SystemError(String,Throwable) instead. |
Methods inherited from class org.apache.commons.lang.exception.NestableError |
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 SystemError(java.lang.Throwable cause)
cause
- A Throwable objectpublic SystemError(java.lang.String message)
message
- Error messagepublic SystemError(java.lang.Throwable cause, java.lang.String message)
cause
- A Throwable objectmessage
- A String.public SystemError(java.lang.String message, java.lang.Throwable cause)
cause
- A Throwable objectmessage
- A String.public SystemError(java.lang.Throwable cause, long returnCode)
cause
- A Throwable objectreturnCode
- A long.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |