Class CommandLineParser.NoSuchOptionException

All Implemented Interfaces:
Serializable
Enclosing class:
CommandLineParser

public class CommandLineParser.NoSuchOptionException extends CommandLineParser.OptionException
Signals that an exception occurred while looking up an option.
See Also:
  • Constructor Details

    • NoSuchOptionException

      public NoSuchOptionException(String option, String msg)
      An error occurred while looking up an option.

      Parameters:
      option - The option that could not be found
      msg - A non-localized string description of the error