Class UnsupportedQueryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.UnsupportedQueryException
All Implemented Interfaces:
Serializable

public class UnsupportedQueryException extends Exception
An exception for cases in which a query given to HeFQUIN uses some feature that is not (yet) supported by HeFQUIN. Notice that this is different from queries that are invalid (the exception for these cases is IllegalQueryException).
See Also:
  • Field Details

    • query

      protected final org.apache.jena.query.Query query
  • Constructor Details

    • UnsupportedQueryException

      public UnsupportedQueryException(org.apache.jena.query.Query query, String msg)
      The given message should describe the specific limitation of HeFQUIN and should be written in a way that it can be passed directly to the user.
    • UnsupportedQueryException

      public UnsupportedQueryException(org.apache.jena.query.Query query, String msg, Throwable cause)
      The given message should describe the specific limitation of HeFQUIN and should be written in a way that it can be passed directly to the user.
  • Method Details

    • getQuery

      public org.apache.jena.query.Query getQuery()