public class DefinedExceptionHandler<T extends Throwable> extends Object implements ExceptionHandler<T>
| Constructor and Description |
|---|
DefinedExceptionHandler(Class<T> handledException,
ExceptionHandler<T> exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getHandledException() |
void |
handle(Throwable throwable) |
public DefinedExceptionHandler(Class<T> handledException, ExceptionHandler<T> exceptionHandler)
Copyright © 2018. All rights reserved.