org.apache.commons.attributes
Class SealedAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.apache.commons.attributes.SealedAttributeException
All Implemented Interfaces:
java.io.Serializable

public class SealedAttributeException
extends java.lang.IllegalStateException

Thrown when an attempt is made to modify a Sealable attribute that has been sealed.

Since:
2.2
See Also:
Sealable.seal(), Serialized Form

Constructor Summary
SealedAttributeException()
           
 
Method Summary
 
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

SealedAttributeException

public SealedAttributeException()