org.semanticweb.owlapi.model
Class OWLRuntimeException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OWLOntologyChangeException, OWLOntologyFactoryNotFoundException, OWLOntologyInputSourceException, OWLOntologyIRIMappingNotFoundException, OWLOntologyResourceAccessException, OWLReasonerRuntimeException, ReasonerInterruptedException, UnknownOWLOntologyException, UnsupportedEntailmentTypeException

public class OWLRuntimeException
extends java.lang.RuntimeException

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

The root of runtime exceptions in the OWL API.

See Also:
Serialized Form

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

OWLRuntimeException

public OWLRuntimeException()

OWLRuntimeException

public OWLRuntimeException(java.lang.String message)

OWLRuntimeException

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

OWLRuntimeException

public OWLRuntimeException(java.lang.Throwable cause)