Class AttributeModificationForbiddenException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InferredAttributeModifiedException

public class AttributeModificationForbiddenException extends OWLPersistenceException
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 Details

    • AttributeModificationForbiddenException

      public AttributeModificationForbiddenException(String message)