Class OWLRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalElementNameException, OboInOwlCardinalityTools.AnnotationCardinalityException, OWLOntologyChangeException, OWLOntologyFactoryNotFoundException, OWLOntologyIRIMappingNotFoundException, OWLOntologyResourceAccessException, OWLParserException, OWLReasonerRuntimeException, OwlStringTools.OwlStringException, RDFParserException, ReasonerInterruptedException, TranslatedOntologyChangeException, TranslatedUnloadableImportException, UnknownOWLOntologyException, UnloadableImportException, UnsupportedEntailmentTypeException

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

    • OWLRuntimeException

      public OWLRuntimeException()
      Default constructor.
    • OWLRuntimeException

      public OWLRuntimeException(@Nullable String message)
      Parameters:
      message - message
    • OWLRuntimeException

      public OWLRuntimeException(@Nullable String message, @Nullable Throwable cause)
      Parameters:
      message - message
      cause - cause
    • OWLRuntimeException

      public OWLRuntimeException(@Nullable Throwable cause)
      Parameters:
      cause - cause