org.semanticweb.owlapi.model
Class OWLOntologyCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.semanticweb.owlapi.model.OWLException
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
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 |
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)