Class IllegalQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.IllegalQueryException
- All Implemented Interfaces:
Serializable
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIllegalQueryException
(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
(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 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
-
IllegalQueryException
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
-
-
Method Details
-
getQuery
public org.apache.jena.query.Query getQuery()
-