public class StderrExceptionHandler<T extends java.lang.Exception> extends java.lang.Object implements IExceptionHandler<T,NeverThrownRuntimeException>
Constructor and Description |
---|
StderrExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleException(T exception)
Handle the provided exception.
|
public StderrExceptionHandler()
public void handleException(T exception)
handleException
in interface IExceptionHandler<T extends java.lang.Exception,NeverThrownRuntimeException>
exception
- the exception being handled.