Class OptionParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.aspectran.shell.command.option.OptionParserException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AlreadySelectedException,MissingOptionException,MissingOptionValueException,UnrecognizedOptionException
public class OptionParserException extends java.lang.ExceptionBase for Exceptions thrown during parsing of a command-line.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OptionParserException(java.lang.String message)Construct a newOptionParseExceptionwith the specified detail message.
-