jargs.gnu
Class CmdLineParser.UnknownSuboptionException
- CmdLineParser
public static class CmdLineParser.UnknownSuboptionException
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.
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.