public abstract class CommandInvalidArgumentException extends CommandErrorMessageException
Modifier and Type | Field and Description |
---|---|
ICommandArgument |
arg |
Modifier | Constructor and Description |
---|---|
protected |
CommandInvalidArgumentException(ICommandArgument arg,
java.lang.String message) |
protected |
CommandInvalidArgumentException(ICommandArgument arg,
java.lang.String message,
java.lang.Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage, handle
public final ICommandArgument arg
protected CommandInvalidArgumentException(ICommandArgument arg, java.lang.String message)
protected CommandInvalidArgumentException(ICommandArgument arg, java.lang.String message, java.lang.Throwable cause)