Interface ExceptionHandler


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

      • handleException

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