Class NodeParseWarning
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
net.orbyfied.j8.command.exception.NodeParseWarning
- All Implemented Interfaces:
Serializable,Warning
- See Also:
-
Field Summary
Fields inherited from class net.orbyfied.j8.command.exception.NodeParseException
nodeFields inherited from class net.orbyfied.j8.command.exception.CommandParseException
locationFields inherited from class net.orbyfied.j8.command.exception.CommandException
rootCommand -
Constructor Summary
ConstructorsConstructorDescriptionNodeParseWarning(Node rootCommand, Node node, ErrorLocation loc, Exception e) NodeParseWarning(Node rootCommand, Node node, ErrorLocation loc, String message) NodeParseWarning(Node rootCommand, Node node, ErrorLocation loc, String msg, Exception e) -
Method Summary
Methods inherited from class net.orbyfied.j8.command.exception.NodeParseException
getErrorName, getFormattedPrefix, getNodeMethods inherited from class net.orbyfied.j8.command.exception.CommandParseException
getFormattedString, getLocation, getLocationString, 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
-
Constructor Details
-
NodeParseWarning
-
NodeParseWarning
-
NodeParseWarning
-