| Subclasses of ARQException in com.hp.hpl.jena.query |
class |
QueryBuildException
QueryBuildException is exception for all excpetions during query
execution construction. |
class |
QueryException
QueryException is root exception for all (intentional) exceptions
associated with query parsing and execution. |
class |
QueryExecException
QueryExecException indicates a condition encountered during
query evaluation. |
class |
QueryFatalException
QueryFatalException is such that the query aborts do to some
problem (this might be an internal error or something in the way the query
builds or executes). |
class |
QueryParseException
QueryParseException is root exception for all (intentional) exceptions
from the various parsers where the error is to do with the syntax of a query. |