Class ValueExprEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.query.QueryEvaluationException
org.eclipse.rdf4j.query.algebra.evaluation.ValueExprEvaluationException
- All Implemented Interfaces:
 Serializable
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:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionValueExprEvaluationException(String message) ValueExprEvaluationException(String message, Throwable t)  - 
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ValueExprEvaluationException
public ValueExprEvaluationException() - 
ValueExprEvaluationException
 - 
ValueExprEvaluationException
 - 
ValueExprEvaluationException
 
 - 
 - 
Method Details
- 
fillInStackTrace
- Overrides:
 fillInStackTracein classThrowable
 
 -