Package generic.continues
Class RethrowExceptionHandler
- java.lang.Object
-
- generic.continues.RethrowExceptionHandler
-
- All Implemented Interfaces:
ExceptionHandler
public class RethrowExceptionHandler extends java.lang.Object implements ExceptionHandler
-
-
Field Summary
Fields Modifier and Type Field Description static RethrowExceptionHandler
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(java.lang.Throwable e)
-
-
-
Field Detail
-
INSTANCE
public static final RethrowExceptionHandler INSTANCE
-
-
Method Detail
-
handle
public void handle(java.lang.Throwable e) throws java.lang.Throwable
- Specified by:
handle
in interfaceExceptionHandler
- Throws:
java.lang.Throwable
-
-