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, toStringpublic AmbiguousOptionException(String token, List<Option> matchingOpts)
AmbiguousOptionException.token - the ambiguous tokenmatchingOpts - the list of potential matchesCopyright © 2024 Eclipse. All rights reserved.