org.openrdf.query.algebra.evaluation
Class ValueExprEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.query.QueryEvaluationException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.