public class ParseArgumentsIllegalValueException extends ParseRestrictionViolatedException
| Constructor and Description |
|---|
ParseArgumentsIllegalValueException(String optionTitle,
Object value,
Set<Object> allowedValues) |
| Modifier and Type | Method and Description |
|---|---|
Set<Object> |
getAllowedValues()
Gets the set of allowed values
|
Object |
getIllegalValue()
Gets the illegal value
|
String |
getOptionTitle()
Gets the option title
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012–2022. All rights reserved.