Class MultiValuedPropertyException

Object
All Implemented Interfaces:
Serializable

Thrown when Attribute.getValue() or FeatureAssociation.getValue() is invoked on a property containing more than one value.

Callers can avoid this exception by invoking the getValues() method instead than getValue().

Since:
3.1
See Also: