Class CommandException

All Implemented Interfaces:
Serializable

public class CommandException extends RuntimeException
A custom exception that represents errors occurring during the execution or processing of commands in the application.
See Also:
  • Constructor Details

    • CommandException

      public CommandException(String message)
    • CommandException

      public CommandException()
    • CommandException

      public CommandException(Exception exception)