|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface BasicException.Wrapper
The interface Wrapper defines an exception as a wrapping
exception that wraps a cause (a BasicException)
The default mapper knows the Wrapper interface
and extracts the wrapped BasicException when building an exception
stack.
| Method Summary | |
|---|---|
BasicException |
getCause(String exceptionDomain)
Deprecated. use org.openmdx.kernel.exception.Throwables#getCause(java.lang.Throwable,java.lang.String)'s result |
int |
getExceptionCode()
Deprecated. use org.openmdx.kernel.exception.BasicException#getExceptionCode() on org.openmdx.kernel.exception.Throwables#getCause(java.lang.Throwable,java.lang.String)'s result |
String |
getExceptionDomain()
Deprecated. use org.openmdx.kernel.exception.BasicException#getExceptionDomain() on org.openmdx.kernel.exception.Throwables#getCause(java.lang.Throwable,java.lang.String)'s result |
BasicException |
getExceptionStack()
Deprecated. use java.lang.Throwable#getCause() |
String |
getMessage()
Returns the detail message string of this Wrapper exception. |
| Method Detail |
|---|
String getExceptionDomain()
BasicException.
int getExceptionCode()
BasicException.
String getMessage()
BasicException getExceptionStack()
BasicException exception.
BasicException getCause(String exceptionDomain)
exceptionDomain - the desired exception domain,
or null to retrieve the initial cause.
exceptionDomain is
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||