|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public class InconsistentOntologyException
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 21-Jan-2009
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.
Constructor Summary | |
---|---|
InconsistentOntologyException()
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InconsistentOntologyException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |