Class QueryEvaluationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HTTPQueryEvaluationException, QueryInterruptedException, ValueExprEvaluationException

public class QueryEvaluationException extends RDF4JException
An exception indicating that the evaluation of a query failed.
Author:
Arjohn Kampman
See Also:
  • Constructor Details

    • QueryEvaluationException

      public QueryEvaluationException()
    • QueryEvaluationException

      public QueryEvaluationException(String msg)
      Creates a new TupleQueryResultHandlerException.
      Parameters:
      msg - An error message.
    • QueryEvaluationException

      public QueryEvaluationException(Throwable cause)
      Creates a new TupleQueryResultHandlerException wrapping another exception.
      Parameters:
      cause - The cause of the exception.
    • QueryEvaluationException

      public QueryEvaluationException(String msg, Throwable cause)
      Creates a new TupleQueryResultHandlerException wrapping another exception.
      Parameters:
      msg - An error message.
      cause - The cause of the exception.