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:
Serializable
Direct Known Subclasses:
ExprException, QueryCheckException, QueryDeniedException, QueryExceptionHTTP, QueryExecException, QueryFatalException, QueryParseException, ResultSetException, RowSet.Exception

public class QueryException extends ARQException
QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
See Also:
  • Constructor Details

    • QueryException

      public QueryException()
    • QueryException

      public QueryException(Throwable cause)
    • QueryException

      public QueryException(String msg)
    • QueryException

      public QueryException(String msg, Throwable cause)