Class OWLOntologyChangeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ImmutableOWLOntologyChangeException, OWLOntologyChangeVetoException, OWLOntologyRenameException

public abstract class OWLOntologyChangeException extends OWLRuntimeException
A high level exception interface that describes errors that occurred when applying changes to ontologies.
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
See Also:
  • Constructor Details

    • OWLOntologyChangeException

      public OWLOntologyChangeException(OWLOntologyChangeData change, String message)
      Parameters:
      change - change causing the error
      message - message
    • OWLOntologyChangeException

      public OWLOntologyChangeException(OWLOntologyChangeData change, String message, Throwable cause)
      Parameters:
      change - change causing the error
      message - message
      cause - cause
    • OWLOntologyChangeException

      public OWLOntologyChangeException(OWLOntologyChangeData change, Throwable cause)
      Parameters:
      change - change causing the error
      cause - cause
  • Method Details