Package org.semanticweb.owlapi.reasoner
Class InconsistentOntologyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticweb.owlapi.model.OWLRuntimeException
org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
org.semanticweb.owlapi.reasoner.InconsistentOntologyException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionDefault constructor.InconsistentOntologyException
(String message) InconsistentOntologyException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InconsistentOntologyException
public InconsistentOntologyException()Default constructor. -
InconsistentOntologyException
- Parameters:
cause
- error cause
-
InconsistentOntologyException
- Parameters:
message
- error message
-
InconsistentOntologyException
- Parameters:
message
- error messagecause
- error cause
-