Class JRDFoxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
AuthenticationException
,AuthorizationException
,ConstraintViolationException
,CursorAdvanceException
,CursorNoLongerUsableException
,DataStoreVersionDoesNotMatchException
,DataStoreVersionMatchesException
,DeltaQueryCompilationException
,DuplicateResourceException
,LaggingReplicationException
,LicenseException
,LockTimeoutException
,OperationInterruptedException
,ParsingException
,QueryCompilationException
,ResourceInUseException
,RuleCompilationException
,SystemCallException
,UnknownResourceException
public class JRDFoxException
extends java.lang.Exception
This is a top-level exception for RDFox.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JRDFoxException()
JRDFoxException(java.lang.String message)
JRDFoxException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Constructor Details
-
JRDFoxException
public JRDFoxException() -
JRDFoxException
public JRDFoxException(java.lang.String message) -
JRDFoxException
public JRDFoxException(java.lang.String message, java.lang.Throwable cause)
-