org.apache.commons.attributes
Class SealedAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SealedAttributeException
public SealedAttributeException()
Copyright © The Apache Software Foundation. All Rights Reserved.