public class AmbiguousOptionException extends CLIException
Constructor and Description |
---|
AmbiguousOptionException(String token,
List<Option> matchingOpts)
Creates a new instance of
AmbiguousOptionException . |
Modifier and Type | Method and Description |
---|---|
List<Option> |
getOptions() |
String |
getToken() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AmbiguousOptionException(String token, List<Option> matchingOpts)
AmbiguousOptionException
.token
- the ambiguous tokenmatchingOpts
- the list of potential matchesCopyright © 2022 Eclipse. All rights reserved.