|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.goldenhammer.correctness.DefaultExceptionHandler
This is the default handler for exceptions. It simply prints the message and stack trace.
Constructor Summary | |
DefaultExceptionHandler()
|
Method Summary | |
void |
handle(java.lang.Exception e)
Handles the given exception. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultExceptionHandler()
Method Detail |
public void handle(java.lang.Exception e)
ExceptionHandler
handle
in interface ExceptionHandler
e
- The exception to handle.ExceptionHandler.handle(java.lang.Exception)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |