public class MissingOptionException extends CLIException
Constructor and Description |
---|
MissingOptionException(Collection<Option> expected)
Creates a new instance of
MissingOptionException . |
Modifier and Type | Method and Description |
---|---|
Collection<Option> |
getExpected() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingOptionException(Collection<Option> expected)
MissingOptionException
.expected
- the list of expected options (missing options)public Collection<Option> getExpected()
Copyright © 2023 Eclipse. All rights reserved.