Class DeltaQueryCompilationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
tech.oxfordsemantic.jrdfox.exceptions.DeltaQueryCompilationException
All Implemented Interfaces:
Serializable

public class DeltaQueryCompilationException extends JRDFoxException
This exception is thrown when an error during rule compilation occurs.
See Also:
  • Constructor Details

    • DeltaQueryCompilationException

      public DeltaQueryCompilationException()
    • DeltaQueryCompilationException

      public DeltaQueryCompilationException(String message)
    • DeltaQueryCompilationException

      public DeltaQueryCompilationException(String message, Throwable cause)