Serialized Form
-
Package baritone.api.command.exception
-
Exception Class baritone.api.command.exception.CommandErrorMessageException
class CommandErrorMessageException extends CommandException implements Serializable -
Exception Class baritone.api.command.exception.CommandException
class CommandException extends Exception implements Serializable -
Exception Class baritone.api.command.exception.CommandInvalidArgumentException
class CommandInvalidArgumentException extends CommandErrorMessageException implements Serializable-
Serialized Fields
-
arg
ICommandArgument arg
-
-
-
Exception Class baritone.api.command.exception.CommandInvalidStateException
class CommandInvalidStateException extends CommandErrorMessageException implements Serializable -
Exception Class baritone.api.command.exception.CommandInvalidTypeException
class CommandInvalidTypeException extends CommandInvalidArgumentException implements Serializable -
Exception Class baritone.api.command.exception.CommandNoParserForTypeException
class CommandNoParserForTypeException extends CommandUnhandledException implements Serializable -
Exception Class baritone.api.command.exception.CommandNotEnoughArgumentsException
class CommandNotEnoughArgumentsException extends CommandErrorMessageException implements Serializable -
Exception Class baritone.api.command.exception.CommandNotFoundException
class CommandNotFoundException extends CommandException implements Serializable-
Serialized Fields
-
command
String command
-
-
-
Exception Class baritone.api.command.exception.CommandTooManyArgumentsException
class CommandTooManyArgumentsException extends CommandErrorMessageException implements Serializable -
Exception Class baritone.api.command.exception.CommandUnhandledException
class CommandUnhandledException extends RuntimeException implements Serializable
-