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