public final class ExtraPropertyException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ExtraPropertyException(java.lang.String message,
java.util.Collection<java.lang.String> extraProperties,
java.util.Set<java.lang.String> attributeNames)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getAttributeNames() |
java.util.Collection<java.lang.String> |
getExtraProperties() |
public ExtraPropertyException(java.lang.String message,
java.util.Collection<java.lang.String> extraProperties,
java.util.Set<java.lang.String> attributeNames)
message - the error message. A textual description of the extra properties. List of names
will be appended at the endextraProperties - the properties that are extraattributeNames - all the allowed attribute names.