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
Parent exception for OntoDriver-specific unchecked exceptions.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionOntoDriverRuntimeException(String message) OntoDriverRuntimeException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
OntoDriverRuntimeExceptionpublic OntoDriverRuntimeException()
- 
OntoDriverRuntimeException
- 
OntoDriverRuntimeException
- 
OntoDriverRuntimeException
 
-