Package org.semanticweb.owlapi.model
Class ImmutableOWLOntologyChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticweb.owlapi.model.OWLRuntimeException
org.semanticweb.owlapi.model.OWLOntologyChangeException
org.semanticweb.owlapi.model.ImmutableOWLOntologyChangeException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructs an exception which describes the attempted change. -
Method Summary
Methods inherited from class org.semanticweb.owlapi.model.OWLOntologyChangeException
getChange, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImmutableOWLOntologyChangeException
Constructs an exception which describes the attempted change.- Parameters:
change
- The change.o
- the ontology.
-