|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.system.ThrowRuntimeExceptionHandler
public class ThrowRuntimeExceptionHandler
ExceptionHandler that throws a RuntimeException caused by the Exception. This is useful for server-side applications that need to handle the exception externally.
Constructor Summary | |
---|---|
ThrowRuntimeExceptionHandler()
Creates a new instance of NullExceptionHandler |
Method Summary | |
---|---|
void |
handle(java.lang.Throwable t)
|
void |
handleUncaught(java.lang.Throwable t)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThrowRuntimeExceptionHandler()
Method Detail |
---|
public void handle(java.lang.Throwable t)
handle
in interface ExceptionHandler
public void handleUncaught(java.lang.Throwable t)
handleUncaught
in interface ExceptionHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |