java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.sparql.ARQException
org.apache.jena.query.QueryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExprException
,QueryCheckException
,QueryDeniedException
,QueryExceptionHTTP
,QueryExecException
,QueryFatalException
,QueryParseException
,ResultSetException
,RowSet.Exception
QueryException is root exception for all (intentional) exceptions associated with
query parsing and execution.
- See Also:
-
Constructor Summary
ConstructorDescriptionQueryException
(String msg) QueryException
(String msg, Throwable cause) QueryException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryException
public QueryException() -
QueryException
-
QueryException
-
QueryException
-