Class UnrecognizedOptionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousOptionException

public class UnrecognizedOptionException extends ParseException
Thrown during parsing signaling an unrecognized option.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      This exception serialVersionUID.
      See Also:
    • option

      private final String option
      The unrecognized option.
  • Constructor Details

    • UnrecognizedOptionException

      public UnrecognizedOptionException(String message)
      Constructs a new UnrecognizedArgumentException with the specified detail message.
      Parameters:
      message - the detail message
    • UnrecognizedOptionException

      public UnrecognizedOptionException(String message, String option)
      Constructs a new UnrecognizedArgumentException with the specified option and detail message.
      Parameters:
      message - the detail message
      option - the unrecognized option
      Since:
      1.2
  • Method Details

    • getOption

      public String getOption()
      Gets the unrecognized option.
      Returns:
      the related option
      Since:
      1.2