public class ClassExceptionInterceptor extends java.lang.Object implements ExceptionInterceptor
Constructor and Description |
---|
ClassExceptionInterceptor(java.lang.Class<? extends java.lang.Throwable> exceptionClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
handle(java.lang.String message,
java.lang.Throwable t) |
public ClassExceptionInterceptor(java.lang.Class<? extends java.lang.Throwable> exceptionClass)
public boolean handle(java.lang.String message, java.lang.Throwable t)
handle
in interface ExceptionInterceptor