Interface ExceptionContext<C,T extends Throwable>

All Known Implementing Classes:
ExceptionContext.ExceptionContextImpl

@API(status=STABLE) public interface ExceptionContext<C,T extends Throwable>
  • Method Details

    • exception

      @NonNull T exception()
      Returns the exception.
      Returns:
      the exception
    • context

      Returns the command context.
      Returns:
      the command context
    • controller

      Returns the exception controller that created this context instance.
      Returns:
      the controller