|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
chainexception.ChainException
This class is used for error handling. Errors are traced from different layer of the minibase system.
Field Summary | |
java.lang.Exception |
prev
|
Constructor Summary | |
ChainException()
Default constructor. |
|
ChainException(java.lang.Exception _prev,
java.lang.String s)
Establish the stack for exceptions. |
Method Summary | |
void |
printStackTrace()
Print out all the exceptions caught across layers. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.Exception prev
Constructor Detail |
public ChainException(java.lang.Exception _prev, java.lang.String s)
_prev
- the previous exception caughts
- the description for the current exception thrownpublic ChainException()
Method Detail |
public void printStackTrace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |