Class AmbiguousOptionException

All Implemented Interfaces:
Serializable

public class AmbiguousOptionException extends UnrecognizedOptionException
Exception thrown when an option can't be identified from a partial name.
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

    • getMatchingOptions

      public Collection<String> getMatchingOptions()
      Returns the options matching the partial name.
      Returns:
      a collection of options matching the name