Uses of Class
javax.xml.xquery.XQQueryException

Packages that use XQQueryException
javax.xml.xquery   
org.basex.api.xqj   
 

Uses of XQQueryException in javax.xml.xquery
 

Subclasses of XQQueryException in javax.xml.xquery
 class XQCancelledException
          XQCancelledException is an exception to indicate that the current XQuery processing is cancelled by the application through a cancel() request.
 

Uses of XQQueryException in org.basex.api.xqj
 

Constructors in org.basex.api.xqj that throw XQQueryException
BXQPreparedExpression(java.lang.String input, BXQStaticContext s, BXQConnection c)
          Constructor.