org.semanticweb.owlapi.reasoner
Class OWLReasonerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.semanticweb.owlapi.model.OWLRuntimeException
                  extended by org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AxiomNotInProfileException, ClassExpressionNotInProfileException, FreshEntitiesException, IllegalConfigurationException, ImportsClosureNotInProfileException, InconsistentOntologyException, ReasonerInternalException, TimeOutException

public abstract class OWLReasonerRuntimeException
extends OWLRuntimeException

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 21-Jan-2009

See Also:
Serialized Form

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

OWLReasonerRuntimeException

public OWLReasonerRuntimeException()

OWLReasonerRuntimeException

public OWLReasonerRuntimeException(java.lang.Throwable cause)

OWLReasonerRuntimeException

public OWLReasonerRuntimeException(java.lang.String message)

OWLReasonerRuntimeException

public OWLReasonerRuntimeException(java.lang.String message,
                                   java.lang.Throwable cause)