|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.tu_bs.coobra.errors.ErrorHandlerAdapter
de.uni_paderborn.fujaba.coobra.FujabaErrorHandler
No comment provided by developer, please add a comment to improve documentation.
Constructor Summary | |
FujabaErrorHandler()
|
Method Summary | |
void |
handle(java.lang.RuntimeException exception)
Called when an exception occures |
void |
handle(java.lang.String errorMessage)
Called when an error with a description occures |
Methods inherited from class de.tu_bs.coobra.errors.ErrorHandlerAdapter |
handle, info, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FujabaErrorHandler()
Method Detail |
public void handle(java.lang.RuntimeException exception)
exception
- exception that must be handled (throw it if you don't know how
to handle)public void handle(java.lang.String errorMessage)
errorMessage
- description of the error (throw new RuntimeException(errorMessage)
if you don't know how to handle)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |