Package org.apache.jena.sparql.expr
Class VariableNotBoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class VariableNotBoundException extends ExprUndefException
Exception for an undefined expression (including unbound variable)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VariableNotBoundException()VariableNotBoundException(java.lang.String msg)VariableNotBoundException(java.lang.String msg, java.lang.Throwable cause)VariableNotBoundException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.jena.sparql.expr.ExprEvalException
fillInStackTrace
-
-
-
-
Constructor Detail
-
VariableNotBoundException
public VariableNotBoundException()
-
VariableNotBoundException
public VariableNotBoundException(java.lang.Throwable cause)
-
VariableNotBoundException
public VariableNotBoundException(java.lang.String msg)
-
VariableNotBoundException
public VariableNotBoundException(java.lang.String msg, java.lang.Throwable cause)
-
-