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
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ExprEvalException,ScriptDenyException
The root of all expression exceptions
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionExprException(String msg) ExprException(String msg, Throwable cause) ExprException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ExprException
public ExprException() - 
ExprException
 - 
ExprException
 - 
ExprException
 
 -