|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.beanfabrics.util.ExceptionUtil
public class ExceptionUtil
The ExceptionUtil
is a singleton that provides access to an
IExceptionHandler
which is used by the Beanfabrics framework to
handle exceptions.
Method Summary | |
---|---|
static ExceptionUtil |
getInstance()
|
void |
handleException(java.lang.String message,
java.lang.Throwable t)
|
void |
setExceptionHandler(IExceptionHandler handler)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ExceptionUtil getInstance()
public void handleException(java.lang.String message, java.lang.Throwable t)
public void setExceptionHandler(IExceptionHandler handler)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |