Package 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:
Serializable
- Direct Known Subclasses:
OntologyIRIMappingNotFoundException
,OWLOntologyAlreadyExistsException
,OWLOntologyCreationIOException
,OWLOntologyDocumentAlreadyExistsException
,UnparsableOntologyException
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.
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.OWLOntologyCreationException
(String message) OWLOntologyCreationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OWLOntologyCreationException
public OWLOntologyCreationException()Default constructor. -
OWLOntologyCreationException
- Parameters:
message
- message
-
OWLOntologyCreationException
- Parameters:
message
- messagecause
- cause
-
OWLOntologyCreationException
- Parameters:
cause
- cause
-