org.semanticweb.owl.inference
Class OWLInconsistentOntologyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.semanticweb.owl.model.OWLException
org.semanticweb.owl.inference.OWLReasonerException
org.semanticweb.owl.inference.OWLInconsistentOntologyException
- All Implemented Interfaces:
- java.io.Serializable
public class OWLInconsistentOntologyException
- extends OWLReasonerException
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 21-Sep-2007
An exception that indicates that the combination of axioms from the loaded
ontologies result in Thing being equivalent to Nothing. (i.e. an inconsistent
ontology)
- See Also:
- Serialized Form
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 |
OWLInconsistentOntologyException
public OWLInconsistentOntologyException(java.lang.String message)
OWLInconsistentOntologyException
public OWLInconsistentOntologyException(java.lang.String message,
java.lang.Throwable cause)
OWLInconsistentOntologyException
public OWLInconsistentOntologyException(java.lang.Throwable cause)