jargs.gnu

Class CmdLineParser.UnknownSuboptionException

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

Method Summary
chargetSuboption()

Method Detail

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.