E - The type of exception thrown.public interface ExceptionHandler<E extends Throwable>
| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.