Class UnsupportedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.UnsupportedQueryException
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedQueryException
(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
(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 Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
query
protected final org.apache.jena.query.Query query
-
-
Constructor Details
-
UnsupportedQueryException
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
-
-
Method Details
-
getQuery
public org.apache.jena.query.Query getQuery()
-