Class JVMException

All Implemented Interfaces:
Serializable

public class JVMException extends JRDFoxException
This exception is thrown when RDFox calls a piece of functionality that is implemented in Java, but the underlying Java library throws an exception.
See Also:
  • Constructor Details

    • JVMException

      public JVMException()
    • JVMException

      public JVMException(String message)
    • JVMException

      public JVMException(String message, Throwable cause)