Class MethodExceptionHandler<C>

java.lang.Object
org.incendo.cloud.annotations.method.AnnotatedMethodHandler<C>
org.incendo.cloud.annotations.exception.MethodExceptionHandler<C>
Type Parameters:
C - the command sender type
All Implemented Interfaces:
ExceptionHandler<C,Throwable>

@API(status=STABLE) public final class MethodExceptionHandler<C> extends AnnotatedMethodHandler<C> implements ExceptionHandler<C,Throwable>
Represents a method annotated with ExceptionHandler.