Package baritone.api.command.exception
Class CommandInvalidArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
baritone.api.command.exception.CommandException
baritone.api.command.exception.CommandErrorMessageException
baritone.api.command.exception.CommandInvalidArgumentException
- All Implemented Interfaces:
ICommandException,Serializable
- Direct Known Subclasses:
CommandInvalidTypeException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommandInvalidArgumentException(ICommandArgument arg, String message) protectedCommandInvalidArgumentException(ICommandArgument arg, String message, 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
-
Field Details
-
arg
-
-
Constructor Details
-
CommandInvalidArgumentException
-
CommandInvalidArgumentException
-