public class OptionsParsingException extends Exception
OptionsParser fails.| Constructor and Description |
|---|
OptionsParsingException(String message) |
OptionsParsingException(String message,
String argument) |
OptionsParsingException(String message,
String argument,
Throwable throwable) |
OptionsParsingException(String message,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInvalidArgument()
Gets the name of the invalid argument or
null if the exception
can not determine the exact invalid arguments |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016. All rights reserved.