jargs.gnu
Class CmdLineParser.UnknownSuboptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jargs.gnu.CmdLineParser.OptionException
jargs.gnu.CmdLineParser.UnknownOptionException
jargs.gnu.CmdLineParser.UnknownSuboptionException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CmdLineParser
public static class CmdLineParser.UnknownSuboptionException
- extends CmdLineParser.UnknownOptionException
Thrown when the parsed commandline contains multiple concatenated
short options, such as -abcd, where one is unknown.
getMessage()
returns an english human-readable error
string.
- Author:
- Vidar Holen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
getSuboption
public char getSuboption()
Copyright © 2001-2003 Steve Purcell. Copyright © 2002 Vidar Holen. Copyright © 2002 Michal Ceresna. Copyright © 2005 Ewan Mellor. Released under the terms of the BSD licence.