Module org.tentackle.common
Package org.tentackle.common
Class ExceptionHelper.Handler<T extends Throwable>
- java.lang.Object
-
- org.tentackle.common.ExceptionHelper.Handler<T>
-
- Type Parameters:
T- the exception type
- Enclosing class:
- ExceptionHelper
public static class ExceptionHelper.Handler<T extends Throwable> extends Object
Exception handler.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappliesTo(Throwable t)Checks if handler applies to the given exception.voidhandle(T t)Handles the exception.
-