Package com.portal.common
Class CommandLineParser.ValueOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.common.CommandLineParser.OptionException
com.portal.common.CommandLineParser.ValueOutOfBoundsException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CommandLineParser
Signals that an exception occurred when trying to retrieve one or
more values for an option.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAn 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. -
Method Summary
Methods inherited from class com.portal.common.CommandLineParser.OptionException
getOption
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValueOutOfBoundsException
An error occurred when trying to retrieve one or more values for an option.- Parameters:
msg
- A non-localized string description of the error
-
ValueOutOfBoundsException
An error occurred when trying to retrieve one or more values for an option.- Parameters:
option
- The option to retrieve the values formsg
- A non-localized string description of the error
-