|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jfacefactories.util.DefaultExceptionHandler
public class DefaultExceptionHandler
Default implementation of interface simply asserts out or if assertions are off throws a runtime exception.
Constructor Summary | |
---|---|
DefaultExceptionHandler()
|
Method Summary | |
---|---|
void |
handleException(java.lang.Throwable exception)
Must handle any exception in a thread-safe manner - note that this might be called off the GUI thread. |
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 handleException(java.lang.Throwable exception)
IExceptionHandler
handleException
in interface IExceptionHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |