Class CommandExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.orbyfied.j8.command.exception.CommandException
net.orbyfied.j8.command.exception.CommandExecutionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NodeExecutionException
- See Also:
-
Field Summary
Fields inherited from class net.orbyfied.j8.command.exception.CommandException
rootCommand -
Constructor Summary
ConstructorsConstructorDescriptionCommandExecutionException(Node rootCommand, String message) CommandExecutionException(Node rootCommand, String msg, Throwable e) CommandExecutionException(Node rootCommand, Throwable e) -
Method Summary
Methods inherited from class net.orbyfied.j8.command.exception.CommandException
getFormattedPrefix, getFormattedString, getFormattedSuffix, getRootCommand, isSevereMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandExecutionException
-
CommandExecutionException
-
CommandExecutionException
-
-
Method Details
-
getErrorName
- Overrides:
getErrorNamein classCommandException
-