Interface ExceptionHandler


public interface ExceptionHandler
Contract for how CommandAcceptanceException errors should be handled (logged, ignored, etc).
  • Method Details

    • handleException

      void handleException(CommandAcceptanceException exception)
      Handle the CommandAcceptanceException error
      Parameters:
      exception - The CommandAcceptanceException to handle