Class CommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
pt.tecnico.uilib.menus.CommandException
All Implemented Interfaces:
Serializable

public abstract class CommandException extends Exception
This class represents events in unsuccessful command executions.
See Also:
  • Constructor Details

    • CommandException

      public CommandException(String message)
      Parameters:
      message -
    • CommandException

      public CommandException(String message, Throwable throwable)
      Parameters:
      message -
      throwable -
  • Method Details