Serialized Form
-
Package net.orbyfied.j8.command.annotation
-
Exception net.orbyfied.j8.command.annotation.AnnotationProcessingException
class AnnotationProcessingException extends RuntimeException implements Serializable
-
-
Package net.orbyfied.j8.command.exception
-
Exception net.orbyfied.j8.command.exception.CommandException
class CommandException extends RuntimeException implements Serializable-
Serialized Fields
-
rootCommand
Node rootCommand
-
-
-
Exception net.orbyfied.j8.command.exception.CommandExecutionException
class CommandExecutionException extends CommandException implements Serializable -
Exception net.orbyfied.j8.command.exception.CommandHaltException
class CommandHaltException extends CommandException implements Serializable-
Serialized Fields
-
success
boolean success
-
-
-
Exception net.orbyfied.j8.command.exception.CommandParseException
class CommandParseException extends CommandException implements Serializable-
Serialized Fields
-
location
ErrorLocation location
-
-
-
Exception net.orbyfied.j8.command.exception.NodeExecutionException
class NodeExecutionException extends CommandExecutionException implements Serializable-
Serialized Fields
-
node
Node node
-
-
-
Exception net.orbyfied.j8.command.exception.NodeParseException
class NodeParseException extends CommandParseException implements Serializable-
Serialized Fields
-
node
Node node
-
-
-
Exception net.orbyfied.j8.command.exception.NodeParseWarning
class NodeParseWarning extends NodeParseException implements Serializable
-