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