public class CommandLineParser.OptionDataException extends CommandLineParser.OptionException
| Constructor and Description |
|---|
OptionDataException(String option,
String msg)
An error occurred when trying to convert an option value
from one data type to another or the value(s) associated with
the an option are invalid.
|
getOptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OptionDataException(String option, String msg)
option - The option to convert the value formsg - A non-localized string description of the errorCopyright © 2003, 2023, Oracle and/or its affiliates.