public class ParseOptionIllegalValueException extends ParseRestrictionViolatedException
| Constructor and Description |
|---|
ParseOptionIllegalValueException(String optionName,
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 |
getOptionName()
Gets the option name i.e.
|
String |
getOptionTitle()
Gets the option value title
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getOptionName()
public String getOptionTitle()
public Object getIllegalValue()
Copyright © 2012–2022. All rights reserved.