org.openrdf.query.algebra.evaluation
Class ValueExprEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.query.QueryEvaluationException
                  extended by org.openrdf.query.algebra.evaluation.ValueExprEvaluationException
All Implemented Interfaces:
Serializable

public class ValueExprEvaluationException
extends QueryEvaluationException

An exception indicating that a ValueExpr could not be evaluated due to illegal or incompatible values. When thrown, the result of the evaluation should be considered to be "unknown".

Author:
Arjohn Kampman
See Also:
Serialized Form

Constructor Summary
ValueExprEvaluationException()
           
ValueExprEvaluationException(String message)
           
ValueExprEvaluationException(String message, Throwable t)
           
ValueExprEvaluationException(Throwable t)
           
 
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

ValueExprEvaluationException

public ValueExprEvaluationException()

ValueExprEvaluationException

public ValueExprEvaluationException(String message)

ValueExprEvaluationException

public ValueExprEvaluationException(String message,
                                    Throwable t)

ValueExprEvaluationException

public ValueExprEvaluationException(Throwable t)


Copyright © 2001-2007 Aduna. All Rights Reserved.