Class OntoDriverRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.ontodriver.exception.OntoDriverRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IdentifierGenerationException, IntegrityConstraintViolatedException, OntoDriverInitializationException, ResultSetIterationException, UnassignableIdentifierException, VariableNotBoundException

public class OntoDriverRuntimeException extends RuntimeException
Parent exception for OntoDriver-specific unchecked exceptions.
See Also:
  • Constructor Details

    • OntoDriverRuntimeException

      public OntoDriverRuntimeException()
    • OntoDriverRuntimeException

      public OntoDriverRuntimeException(String message)
    • OntoDriverRuntimeException

      public OntoDriverRuntimeException(String message, Throwable cause)
    • OntoDriverRuntimeException

      public OntoDriverRuntimeException(Throwable cause)