org.semanticweb.owlapi.model
Class OWLOntologyCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owlapi.model.OWLException
              extended by org.semanticweb.owlapi.model.OWLOntologyCreationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OntologyIRIMappingNotFoundException, OWLOntologyAlreadyExistsException, OWLOntologyCreationIOException, OWLOntologyDocumentAlreadyExistsException, UnloadableImportException, UnparsableOntologyException

public class OWLOntologyCreationException
extends OWLException

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

An exception which describes an error during the creation of an ontology. If an ontology cannot be created then subclasses of this class will describe the reasons.

See Also:
Serialized Form

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

OWLOntologyCreationException

public OWLOntologyCreationException()

OWLOntologyCreationException

public OWLOntologyCreationException(java.lang.String message)

OWLOntologyCreationException

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

OWLOntologyCreationException

public OWLOntologyCreationException(java.lang.Throwable cause)