Package jargs.gnu

Class 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:
  • Method Details

    • getSuboption

      public char getSuboption()
      Gets the suboption.
      Returns:
      the suboption