org.semanticweb.owlapi.model
Class OWLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owlapi.model.OWLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OWLOntologyCreationException, OWLOntologyStorageException, OWLParserException

public abstract class OWLException
extends java.lang.Exception

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 The root of checked exceptions in the OWL API.

See Also:
Serialized Form

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

OWLException

protected OWLException()

OWLException

public OWLException(java.lang.String message)

OWLException

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

OWLException

public OWLException(java.lang.Throwable cause)