public abstract class ExceptionHandler<T extends Throwable,R> extends Object
ExceptionHandler(Class<T> type)
boolean
canHandleException(Throwable e)
abstract R
handleException(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ExceptionHandler(Class<T> type)
public boolean canHandleException(Throwable e)
public abstract R handleException(T t)