Class OWLOntologyCreationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OntologyIRIMappingNotFoundException, OWLOntologyAlreadyExistsException, OWLOntologyCreationIOException, OWLOntologyDocumentAlreadyExistsException, UnparsableOntologyException

public class OWLOntologyCreationException extends OWLException
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 Details

    • OWLOntologyCreationException

      public OWLOntologyCreationException()
      Default constructor.
    • OWLOntologyCreationException

      public OWLOntologyCreationException(String message)
      Parameters:
      message - message
    • OWLOntologyCreationException

      public OWLOntologyCreationException(String message, Throwable cause)
      Parameters:
      message - message
      cause - cause
    • OWLOntologyCreationException

      public OWLOntologyCreationException(Throwable cause)
      Parameters:
      cause - cause