jargs.gnu
Class CmdLineParser.NotFlagException
- CmdLineParser
public static class CmdLineParser.NotFlagException
Thrown when the parsed commandline contains multiple concatenated
short options, such as -abcd, where one or more requires a value.
getMessage()
returns an english human-readable error
string.
getOptionChar
public char getOptionChar()
- the first character which wasn't a boolean (e.g 'c')
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.