|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.exist.EXistException
Description of the Class
Field Summary | |
protected java.lang.Throwable |
inner
|
Constructor Summary | |
EXistException()
Constructor for the EXistException object |
|
EXistException(java.lang.String message)
Constructor for the EXistException object |
|
EXistException(java.lang.Throwable inner)
Constructor for the EXistException object |
Method Summary | |
java.lang.Throwable |
getException()
Gets the exception attribute of the EXistException object |
java.lang.String |
getMessage()
Gets the message attribute of the EXistException object |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.Throwable inner
Constructor Detail |
public EXistException()
public EXistException(java.lang.Throwable inner)
inner
- Description of the Parameterpublic EXistException(java.lang.String message)
message
- Description of the ParameterMethod Detail |
public java.lang.Throwable getException()
public java.lang.String getMessage()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |