Class AmbiguousOptionException

All Implemented Interfaces:
Serializable

Exception thrown when an option can't be identified from a partial name.
Since:
1.3
See Also:
  • Constructor Details

    • AmbiguousOptionException

      public AmbiguousOptionException(String option, Collection<String> matchingOptions)
      Constructs a new AmbiguousOptionException.
      Parameters:
      option - the partial option name
      matchingOptions - the options matching the name
  • Method Details