Class JRDFoxException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, AuthorizationException, ConstraintViolationException, CursorNoLongerUsableException, DeltaQueryCompilationException, DuplicateResourceException, InvalidCursorStateException, JVMException, LaggingReplicationException, LicenseException, LockTimeoutException, MemoryExhaustedException, OperationInterruptedException, ParsingException, QueryCompilationException, ResourceInUseException, RuleCompilationException, SystemCallException, UnknownResourceException

public class JRDFoxException extends Exception
This is a top-level exception for RDFox.
See Also:
  • Constructor Details

    • JRDFoxException

      public JRDFoxException()
    • JRDFoxException

      public JRDFoxException(String message)
    • JRDFoxException

      public JRDFoxException(String message, Throwable cause)