Package com.portal.common
Class CommandLineParser.NoSuchOptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.common.CommandLineParser.OptionException
com.portal.common.CommandLineParser.NoSuchOptionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CommandLineParser
Signals that an exception occurred while looking up an option.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchOptionException
(String option, String msg) An error occurred while looking up 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
-
NoSuchOptionException
An error occurred while looking up an option.- Parameters:
option
- The option that could not be foundmsg
- A non-localized string description of the error
-