Class NodeParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.orbyfied.j8.command.exception.CommandException
net.orbyfied.j8.command.exception.CommandParseException
net.orbyfied.j8.command.exception.NodeParseException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NodeParseWarning
- See Also:
-
Field Summary
FieldsFields inherited from class net.orbyfied.j8.command.exception.CommandParseException
locationFields inherited from class net.orbyfied.j8.command.exception.CommandException
rootCommand -
Constructor Summary
ConstructorsConstructorDescriptionNodeParseException(Node rootCommand, Node node, ErrorLocation loc, Exception e) NodeParseException(Node rootCommand, Node node, ErrorLocation loc, String message) NodeParseException(Node rootCommand, Node node, ErrorLocation loc, String msg, Exception e) -
Method Summary
Methods inherited from class net.orbyfied.j8.command.exception.CommandParseException
getFormattedString, getLocation, isSevereMethods inherited from class net.orbyfied.j8.command.exception.CommandException
getFormattedSuffix, getRootCommandMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
node
-
-
Constructor Details
-
NodeParseException
-
NodeParseException
-
NodeParseException
-
-
Method Details
-
getNode
-
getErrorName
- Overrides:
getErrorNamein classCommandParseException
-
getFormattedPrefix
- Overrides:
getFormattedPrefixin classCommandException
-