Package org.eclipse.rdf4j.query
Class QueryEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.query.QueryEvaluationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HTTPQueryEvaluationException
,QueryInterruptedException
,ValueExprEvaluationException
An exception indicating that the evaluation of a query failed.
- Author:
- Arjohn Kampman
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new TupleQueryResultHandlerException.QueryEvaluationException
(String msg, Throwable cause) Creates a new TupleQueryResultHandlerException wrapping another exception.Creates a new TupleQueryResultHandlerException wrapping another exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueryEvaluationException
public QueryEvaluationException() -
QueryEvaluationException
Creates a new TupleQueryResultHandlerException.- Parameters:
msg
- An error message.
-
QueryEvaluationException
Creates a new TupleQueryResultHandlerException wrapping another exception.- Parameters:
cause
- The cause of the exception.
-
QueryEvaluationException
Creates a new TupleQueryResultHandlerException wrapping another exception.- Parameters:
msg
- An error message.cause
- The cause of the exception.
-