Interface ExceptionHandler<T extends java.lang.Exception>
-
- Type Parameters:
T
-
interface ExceptionHandler<T extends java.lang.Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create(java.lang.String message, java.lang.Exception exception)
-
-
-
Method Detail
-
create
T create(java.lang.String message, java.lang.Exception exception)
-
-