Package org.apache.jena.query
Class QueryException
- 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
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ExprException,QueryCheckException,QueryExceptionHTTP,QueryExecException,QueryFatalException,QueryParseException,ResultSetException
public class QueryException extends ARQException
QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryException()QueryException(java.lang.String msg)QueryException(java.lang.String msg, java.lang.Throwable cause)QueryException(java.lang.Throwable cause)
-