Class InconsistentOntologyException

All Implemented Interfaces:
Serializable

public class InconsistentOntologyException extends OWLReasonerRuntimeException
This type of exception is thrown by an OWLReasoner to indicate that the imports closure of the root ontology (returned by OWLReasoner.getRootOntology()) is inconsistent.
Since:
3.0.0
Author:
Matthew Horridge, The University of Manchester, Information Management Group
See Also:
  • Constructor Details

    • InconsistentOntologyException

      public InconsistentOntologyException()
      Default constructor.
    • InconsistentOntologyException

      public InconsistentOntologyException(@Nullable Throwable cause)
      Parameters:
      cause - error cause
    • InconsistentOntologyException

      public InconsistentOntologyException(String message)
      Parameters:
      message - error message
    • InconsistentOntologyException

      public InconsistentOntologyException(String message, Throwable cause)
      Parameters:
      message - error message
      cause - error cause