Interface ExceptionHandler<C,T extends Throwable>

Type Parameters:
C - the command sender type
T - the exception type
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @API(status=STABLE) public interface ExceptionHandler<C,T extends Throwable>
Handles an exception thrown during command parsing & execution.