Package baritone.api.command.exception
Class CommandInvalidTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
baritone.api.command.exception.CommandException
baritone.api.command.exception.CommandErrorMessageException
baritone.api.command.exception.CommandInvalidArgumentException
baritone.api.command.exception.CommandInvalidTypeException
- All Implemented Interfaces:
ICommandException,Serializable
- See Also:
-
Field Summary
Fields inherited from class baritone.api.command.exception.CommandInvalidArgumentException
arg -
Constructor Summary
ConstructorsConstructorDescriptionCommandInvalidTypeException(ICommandArgument arg, String expected) CommandInvalidTypeException(ICommandArgument arg, String expected, String got) CommandInvalidTypeException(ICommandArgument arg, String expected, String got, Throwable cause) CommandInvalidTypeException(ICommandArgument arg, String expected, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface baritone.api.command.exception.ICommandException
getMessage, handle
-
Constructor Details
-
CommandInvalidTypeException
-
CommandInvalidTypeException
-
CommandInvalidTypeException
-
CommandInvalidTypeException
public CommandInvalidTypeException(ICommandArgument arg, String expected, String got, Throwable cause)
-