jargs.gnu

Class CmdLineParser.UnknownSuboptionException

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

Method Summary

char
getSuboption()

Methods inherited from class jargs.gnu.CmdLineParser.UnknownOptionException

getOptionName

Method Details

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.