Class QueryValueEvaluationStep.Fail

java.lang.Object
org.eclipse.rdf4j.query.algebra.evaluation.QueryValueEvaluationStep.Fail
All Implemented Interfaces:
QueryValueEvaluationStep
Enclosing interface:
QueryValueEvaluationStep

public static final class QueryValueEvaluationStep.Fail extends Object implements QueryValueEvaluationStep
A minimal implementation that falls is known to throw an ValueExprEvaluationException. This can't be a constant as the downstream code needs to catch and deal with it and that needs re-evaluation.