Interface SelfHandledException

All Known Implementing Classes:
TestCLI.XE

public interface SelfHandledException
An interface designed for exceptions that wish to handle themselves, without having to be explicitly handled by an exception adapter.

This interface should only be implemented by exceptions, as it does not expose any information about the exception being handled.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handles the exception.
  • Method Details

    • handle

      void handle(CommandActor actor)
      Handles the exception.
      Parameters:
      actor - The command actor