Package cz.cvut.kbss.jopa.exceptions
Class AttributeModificationForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.jopa.exceptions.OWLPersistenceException
cz.cvut.kbss.jopa.exceptions.AttributeModificationForbiddenException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InferredAttributeModifiedException
Indicates that a modification to an attribute could not be performed.
This exception is raised when an attribute is read only for some reason and the application attempts to change its value.
Concrete subclasses will provide more context as to why this exception was thrown.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttributeModificationForbiddenException
-