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
Custom exception thrown when an error occurs while registering a command.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis exception is thrown when an error occurs while registering a command.CommandRegisterException(String message) CommandRegisterException(String msg, Throwable throwable) This exception is thrown when there is an error registering a command.CommandRegisterException(BaseCommand command) Exception thrown when a command fails to register. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandRegisterException
public CommandRegisterException()This exception is thrown when an error occurs while registering a command. -
CommandRegisterException
-
CommandRegisterException
Exception thrown when a command fails to register. -
CommandRegisterException
This exception is thrown when there is an error registering a command.
-