org.apache.commons.attributes
Class MultipleAttributesError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byorg.apache.commons.attributes.MultipleAttributesError
All Implemented Interfaces:
java.io.Serializable

public class MultipleAttributesError
extends java.lang.Error

Thrown when one of the Attributes.getAttribute methods find more than one instance of the specified attribute class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MultipleAttributesError(java.lang.String clazz)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleAttributesError

public MultipleAttributesError(java.lang.String clazz)