|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.user1.union.core.exception.UnionException
net.user1.union.core.exception.AttributeException
net.user1.union.core.exception.ImmutableAttributeException
public class ImmutableAttributeException
Thrown when trying to set an attribute that has previously been set with the flag Attribute.FLAG_IMMUTABLE.
| Constructor Summary | |
|---|---|
ImmutableAttributeException()
|
|
ImmutableAttributeException(java.lang.String message)
|
|
ImmutableAttributeException(java.lang.String message,
java.lang.Throwable cause)
|
|
| 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 |
|---|
public ImmutableAttributeException()
public ImmutableAttributeException(java.lang.String message)
public ImmutableAttributeException(java.lang.String message,
java.lang.Throwable cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||