Class CommandException

All Implemented Interfaces:
Serializable

public class CommandException extends RuntimeException
Custom exception for commands. Will be expanded in the future.
See Also:
  • Constructor Details

    • CommandException

      public CommandException(String message)
    • CommandException

      public CommandException(String message, Throwable throwable)