Class OWLException

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

public class OWLException extends Exception
The root of checked exceptions in the OWL API.
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
See Also:
  • Constructor Details

    • OWLException

      public OWLException(String message)
      Parameters:
      message - the message
    • OWLException

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

      public OWLException(Throwable cause)
      Parameters:
      cause - the cause