org.apache.commons.attributes
Class MultipleAttributesError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--org.apache.commons.attributes.MultipleAttributesError
- All Implemented Interfaces:
- Serializable
- public class MultipleAttributesError
- extends Error
Thrown when one of the Attributes
.getAttribute methods find more
than one instance of the specified attribute class.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MultipleAttributesError
public MultipleAttributesError(String clazz)
Copyright © The Apache Software Foundation. All Rights Reserved.