public class ThrowRuntimeExceptionHandler extends java.lang.Object implements ExceptionHandler
Constructor and Description |
---|
ThrowRuntimeExceptionHandler()
Creates a new instance of NullExceptionHandler
|
Modifier and Type | Method and Description |
---|---|
void |
handle(java.lang.Throwable t) |
void |
handleUncaught(java.lang.Throwable t) |
public ThrowRuntimeExceptionHandler()
public void handle(java.lang.Throwable t)
handle
in interface ExceptionHandler
public void handleUncaught(java.lang.Throwable t)
handleUncaught
in interface ExceptionHandler