Class OntoDriverException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.cvut.kbss.ontodriver.exception.OntoDriverException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JenaDriverException, OwlapiDriverException, Rdf4jDriverException, VirtuosoDriverException

public class OntoDriverException extends Exception implements Serializable
Describes a general purpose exception that can be thrown by the OntoDriver.

This exception is likely to wrap another more specific exception (the cause).

See Also:
  • Constructor Details

    • OntoDriverException

      public OntoDriverException()
    • OntoDriverException

      public OntoDriverException(String message)
    • OntoDriverException

      public OntoDriverException(Throwable cause)
    • OntoDriverException

      public OntoDriverException(String message, Throwable cause)