|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.enableit.db.DBException | +--org.enableit.db.darrt.SchemaHandlingException | +--org.enableit.db.darrt.DarHandlingException
General exception for use by this library's classes when communicating exceptions.
Constructor Summary | |
DarHandlingException()
Default constructor. |
|
DarHandlingException(java.util.List errorSets)
Constructor |
|
DarHandlingException(java.lang.String msg)
Constructor setting message only. |
|
DarHandlingException(java.lang.String msg,
java.lang.Throwable rootCause)
Constructor setting message and cause. |
Method Summary | |
java.util.List |
getErrorSets()
|
Methods inherited from class org.enableit.db.darrt.SchemaHandlingException |
getRootCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DarHandlingException()
public DarHandlingException(java.lang.String msg)
public DarHandlingException(java.lang.String msg, java.lang.Throwable rootCause)
public DarHandlingException(java.util.List errorSets)
Method Detail |
public java.util.List getErrorSets()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |