Package com.portal.common
Class CommandLineParser.OptionDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.common.CommandLineParser.OptionException
com.portal.common.CommandLineParser.OptionDataException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CommandLineParser
Signals that an exception occurred when trying to convert an
option value from one data type to another or the value(s)
associated with the option are invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOptionDataException
(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. -
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
-
OptionDataException
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.- Parameters:
option
- The option to convert the value formsg
- A non-localized string description of the error
-