|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openorb.util.ExceptionTool
A utility class for optionaly attaching causal objects to exceptions
if the exception implementation supports initCause
Method Summary | |
static java.lang.Error |
initCause(java.lang.Error e,
java.lang.Throwable cause)
Attaches the cause to the exception if this operation is supported by the current environment. |
static java.lang.RuntimeException |
initCause(java.lang.RuntimeException e,
java.lang.Throwable cause)
Attaches the cause to the exception if this operation is supported by the current environment. |
static SystemException |
initCause(SystemException e,
java.lang.Throwable cause)
Attaches the cause to the exception if this operation is supported by the current environment. |
static java.lang.Throwable |
initCause(java.lang.Throwable e,
java.lang.Throwable cause)
Attaches the cause to the exception if this operation is supported by the current environment. |
static UserException |
initCause(UserException e,
java.lang.Throwable cause)
Attaches the cause to the exception if this operation is supported by the current environment. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static SystemException initCause(SystemException e, java.lang.Throwable cause)
e
- the exception to attach the cause tocause
- the cause of this specified exceptionpublic static UserException initCause(UserException e, java.lang.Throwable cause)
e
- the exception to attach the cause tocause
- the cause of this specified exceptionpublic static java.lang.Throwable initCause(java.lang.Throwable e, java.lang.Throwable cause)
e
- the exception to attach the cause tocause
- the cause of this specified exceptionpublic static java.lang.RuntimeException initCause(java.lang.RuntimeException e, java.lang.Throwable cause)
e
- the exception to attach the cause tocause
- the cause of this specified exceptionpublic static java.lang.Error initCause(java.lang.Error e, java.lang.Throwable cause)
e
- the exception to attach the cause tocause
- the cause of this specified exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |