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 RethrowExceptionHandlerINSTANCE 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(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:
 handlein interfaceExceptionHandler- Throws:
 java.lang.Throwable
 
 - 
 
 -