Class QueryEvaluationException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    QueryInterruptedException

    public class QueryEvaluationException
    extends org.eclipse.rdf4j.common.exception.RDF4JException
    An exception indicating that the evaluation of a query failed.
    Author:
    Arjohn Kampman
    See Also:
    Serialized Form
    • Constructor Detail

      • 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.