org.semanticweb.owl.inference
Class OWLInconsistentOntologyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owl.model.OWLException
              extended by org.semanticweb.owl.inference.OWLReasonerException
                  extended by 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

Constructor Summary
OWLInconsistentOntologyException(java.lang.String message)
           
OWLInconsistentOntologyException(java.lang.String message, java.lang.Throwable cause)
           
OWLInconsistentOntologyException(java.lang.Throwable cause)
           
 
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

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)