public class CommandLineParser.ValueOutOfBoundsException extends CommandLineParser.OptionException
Constructor and Description |
---|
ValueOutOfBoundsException(String msg)
An error occurred when trying to retrieve one or more
values for an option.
|
ValueOutOfBoundsException(String option,
String msg)
An error occurred when trying to retrieve one or more
values for an option.
|
getOption
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValueOutOfBoundsException(String msg)
msg
- A non-localized string description of the errorCopyright © 2003, 2023, Oracle and/or its affiliates.