public class CliParseException extends ApplicationException
A parse exception for the CLI parser with error code as return value.
| Constructor and Description |
|---|
CliParseException(int errorCode,
String message)
Creates a new exception with message and error code.
|
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CliParseException(int errorCode,
String message)
Creates a new exception with message and error code.
errorCode - the error code as return value for an applicationmessage - a message for the exceptionCopyright © 2016–2017. All rights reserved.