org.openrdf.query
Class QueryEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.query.QueryEvaluationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HTTPQueryEvaluationException, QueryInterruptedException, RdbmsQueryEvaluationException, UnsupportedRdbmsOperatorException, ValueExprEvaluationException

public class QueryEvaluationException
extends OpenRDFException

An exception indicating that the evaluation of a query failed.

Author:
Arjohn Kampman
See Also:
Serialized Form

Constructor Summary
QueryEvaluationException()
           
QueryEvaluationException(String msg)
          Creates a new TupleQueryResultHandlerException.
QueryEvaluationException(String msg, Throwable cause)
          Creates a new TupleQueryResultHandlerException wrapping another exception.
QueryEvaluationException(Throwable cause)
          Creates a new TupleQueryResultHandlerException wrapping another exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.


Copyright © 2001-2008 Aduna. All Rights Reserved.