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