Class CommandRegisterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.github.simonplays15.betterbansystem.api.exceptions.CommandRegisterException
All Implemented Interfaces:
Serializable

public class CommandRegisterException extends RuntimeException
Custom exception thrown when an error occurs while registering a command.
See Also:
  • Constructor Details

    • CommandRegisterException

      public CommandRegisterException()
      This exception is thrown when an error occurs while registering a command.
    • CommandRegisterException

      public CommandRegisterException (String message)
    • CommandRegisterException

      public CommandRegisterException (BaseCommand command)
      Exception thrown when a command fails to register.
    • CommandRegisterException

      public CommandRegisterException (String msg, Throwable throwable)
      This exception is thrown when there is an error registering a command.