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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessage, handlepublic final ICommandArgument arg
protected CommandInvalidArgumentException(ICommandArgument arg, java.lang.String message)
protected CommandInvalidArgumentException(ICommandArgument arg, java.lang.String message, java.lang.Throwable cause)