Package org.apache.jena.sparql.expr
Class ExprTypeException
- 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
-
- org.apache.jena.sparql.expr.ExprTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExprTypeException extends ExprEvalException
Exception for a dynamic evaluation exception caused by a type mismatch.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExprTypeException()ExprTypeException(java.lang.String msg)ExprTypeException(java.lang.String msg, java.lang.Throwable cause)ExprTypeException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.jena.sparql.expr.ExprEvalException
fillInStackTrace
-
-