public class AmbiguousValuesException extends SettingsException
SettingsException indicating that some Value
instances were found to be ambiguous.| Constructor and Description |
|---|
AmbiguousValuesException(Collection<Value> values)
Creates a new
AmbiguousValuesException. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Value> |
getValues()
Returns the
Collection of Value instances found
to be ambiguous. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AmbiguousValuesException(Collection<Value> values)
AmbiguousValuesException.values - the Collection of Value instances
found to be ambiguous; may be null; stored by referencegetValues()public Collection<Value> getValues()
Collection of Value instances found
to be ambiguous.Collection of Value instances found
to be ambiguous, or nullnull.Copyright © 2019–2020, microBean™. All rights reserved.