Class ImmutableOWLOntologyChangeException

All Implemented Interfaces:
Serializable

public class ImmutableOWLOntologyChangeException extends OWLOntologyChangeException
An exception to describe a situation where there was an attempt to apply a change to an immutable ontology.
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
See Also:
  • Constructor Details

    • ImmutableOWLOntologyChangeException

      public ImmutableOWLOntologyChangeException(OWLOntologyChangeData change, String o)
      Constructs an exception which describes the attempted change.
      Parameters:
      change - The change.
      o - the ontology.