org.apache.commons.attributes
Class SealedAttributeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended byorg.apache.commons.attributes.SealedAttributeException
All Implemented Interfaces:
Serializable

public class SealedAttributeException
extends 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()
           
 
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()


Copyright © The Apache Software Foundation. All Rights Reserved.