Class CommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.despical.commandframework.exceptions.CommandException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CooldownException
- Author:
- Despical
Created at 23.01.2024
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommandException(String message) CommandException(String message, Object... params) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandException
public CommandException() -
CommandException
-
CommandException
-