E
- The type of exception thrown.public interface ExceptionHandler<E extends Throwable>
Modifier and Type | Method and Description |
---|---|
void |
handleException(E exception)
This method is called when the handler should deal with an exception.
|
void handleException(E exception)
exception
- The exception to handle.Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.