java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.sparql.ARQException
org.apache.jena.query.QueryException
org.apache.jena.sparql.expr.ExprException
org.apache.jena.sparql.expr.ExprEvalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExprEvalTypeException
,ExprNotComparableException
,ExprTypeException
,ExprUndefException
,ExprUndefFunction
Exception for a dynamic evaluation exception.
The current solution is likely to be rejected.
See also QueryFatalException which aborts the whole query execution.
- See Also:
-
Constructor Summary
ConstructorDescriptionExprEvalException
(String msg) ExprEvalException
(String msg, Throwable cause) ExprEvalException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExprEvalException
public ExprEvalException() -
ExprEvalException
-
ExprEvalException
-
ExprEvalException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-