org.apache.commons.attributes
Class MultipleAttributesError
Error
org.apache.commons.attributes.MultipleAttributesError
public class MultipleAttributesError
extends Error
Thrown when one of the
Attributes
.getAttribute methods find more
than one instance of the specified attribute class and the method
only expected to find a single instance.
MultipleAttributesError
public MultipleAttributesError(String clazz)
Create a new MultipleAttributesError.
clazz
- the name of the attribute class of which multiple instances were found.