Class IllegalQueryException

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

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

    • query

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

    • IllegalQueryException

      public IllegalQueryException(org.apache.jena.query.Query query, String msg)
      The given message should describe the particular issue with the given query and should be written in a way that it can be passed directly to the user.
    • IllegalQueryException

      public IllegalQueryException(org.apache.jena.query.Query query, String msg, Throwable cause)
      The given message should describe the particular issue with the given query 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()