Serializable, ArgsAccessorAmbiguousArgsException, ParseArgsException, SuperfluousArgsException, UnknownArgsExceptionpublic class ArgsMismatchException extends CliException.ConsoleArgsException
ArgsAccessor.ArgsMutator, ArgsAccessor.ArgsPropertyCliException.ConsoleArgsException, CliException.ConsoleCliExceptionorg.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty| Constructor | Description |
|---|---|
ArgsMismatchException(String[] aArgs,
String message) |
Instantiates a new args mismatch exception.
|
ArgsMismatchException(String[] aArgs,
String aMessage,
String aErrorCode) |
Instantiates a new args mismatch exception.
|
ArgsMismatchException(String[] aArgs,
String message,
Throwable cause) |
Instantiates a new args mismatch exception.
|
ArgsMismatchException(String[] aArgs,
String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new args mismatch exception.
|
ArgsMismatchException(String[] aArgs,
Throwable cause) |
Instantiates a new args mismatch exception.
|
ArgsMismatchException(String[] aArgs,
Throwable aCause,
String aErrorCode) |
Instantiates a new args mismatch exception.
|
getArgsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArgsMismatchException(String[] aArgs, String aMessage, String aErrorCode)
aArgs - the argsaMessage - the messageaErrorCode - the error codepublic ArgsMismatchException(String[] aArgs, String aMessage, Throwable aCause, String aErrorCode)
aArgs - the argsaMessage - the messageaCause - the causeaErrorCode - the error codepublic ArgsMismatchException(String[] aArgs, String message, Throwable cause)
aArgs - the argsmessage - the messagecause - the causepublic ArgsMismatchException(String[] aArgs, String message)
aArgs - the argsmessage - the messagepublic ArgsMismatchException(String[] aArgs, Throwable aCause, String aErrorCode)
aArgs - the argsaCause - the causeaErrorCode - the error codeCopyright © 2021. All rights reserved.