Serializable, ArgsAccessorArgsMismatchExceptionpublic abstract static class CliException.ConsoleArgsException extends CliException implements ArgsAccessor
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 |
|---|---|
ConsoleArgsException(String[] aArgs,
String message) |
Instantiates a new console args exception.
|
ConsoleArgsException(String[] aArgs,
String aMessage,
String aErrorCode) |
Instantiates a new console args exception.
|
ConsoleArgsException(String[] aArgs,
String message,
Throwable cause) |
Instantiates a new console args exception.
|
ConsoleArgsException(String[] aArgs,
String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new console args exception.
|
ConsoleArgsException(String[] aArgs,
Throwable cause) |
Instantiates a new console args exception.
|
ConsoleArgsException(String[] aArgs,
Throwable aCause,
String aErrorCode) |
Instantiates a new console args exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
String[] |
getArgs() |
Gets the args.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConsoleArgsException(String[] aArgs, String aMessage, String aErrorCode)
aArgs - the argsaMessage - the messageaErrorCode - the error codepublic ConsoleArgsException(String[] aArgs, String aMessage, Throwable aCause, String aErrorCode)
aArgs - the argsaMessage - the messageaCause - the causeaErrorCode - the error codepublic ConsoleArgsException(String[] aArgs, String message, Throwable cause)
aArgs - the argsmessage - the messagecause - the causepublic ConsoleArgsException(String[] aArgs, String message)
aArgs - the argsmessage - the messagepublic ConsoleArgsException(String[] aArgs, Throwable aCause, String aErrorCode)
aArgs - the argsaCause - the causeaErrorCode - the error codepublic String[] getArgs()
getArgs in interface ArgsAccessorCopyright © 2021. All rights reserved.