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
public class ValueExprEvaluationException extends QueryEvaluationException
An exception indicating that aValueExpr
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
Constructors Constructor Description ValueExprEvaluationException()
ValueExprEvaluationException(String message)
ValueExprEvaluationException(String message, Throwable t)
ValueExprEvaluationException(Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
fillInStackTrace()
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTrace
in classThrowable
-
-