Package org.incendo.cloud.exception.handling
package org.incendo.cloud.exception.handling
Cloud's exception handling system.
-
ClassDescriptionExceptionContext<C,
T extends Throwable> ExceptionContext.ExceptionContextImpl<C,T extends Throwable> The controller handles registrations of exception handlers, as well as the routing of incoming exceptions to the handlers.ExceptionHandler<C,T extends Throwable> Handles an exception thrown during command parsing & execution.ExceptionHandlerRegistration<C,T extends Throwable> Used to register aExceptionHandlerin theExceptionController.ExceptionHandlerRegistration.BuilderDecorator<C,T extends Throwable>