Package jargs.gnu

Class CmdLineParser.OptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jargs.gnu.CmdLineParser.OptionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CmdLineParser.IllegalOptionValueException, CmdLineParser.UnknownOptionException
Enclosing class:
CmdLineParser

public abstract static class CmdLineParser.OptionException extends Exception
Base class for exceptions that may be thrown when options are parsed.
See Also: