Xindice API

Uses of Class
org.apache.xindice.core.query.QueryException

Packages that use QueryException
org.apache.xindice.core.query Implements the Xindice QueryEngine and XPathQueryResolver. 
org.apache.xindice.core.xupdate Defines several classes for Xindice XUpdate query processing. 
 

Uses of QueryException in org.apache.xindice.core.query
 

Subclasses of QueryException in org.apache.xindice.core.query
 class CompilationException
          A CompilationException is thrown by a Query if for some reason, it can't compile the query being processed.
 class ProcessingException
          A ProcessingException is thrown by a Query if for some reason, it fails to actually process the query request.
 class StyleNotFoundException
          A StyleNotFoundException is thrown by a Query if the QueryEngine can't resolve a specified style name.
 

Methods in org.apache.xindice.core.query that throw QueryException
 Query QueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          compileQuery compiles a Query against the specified Collection context and returns the compiled Query.
 NodeSet QueryResolver.query(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          query compiles a Query against the specified Collection context and returns the query results.
 Query XPathQueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 NodeSet XPathQueryResolver.query(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 NodeSet Query.execute()
          execute actually Executes the query and returns the resulting NodeSet.
 NodeSet QueryEngine.query(Collection col, java.lang.String style, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          query performs the specified query and returns a NodeSet with any possible results from that query.
 Query QueryEngine.compileQuery(Collection col, java.lang.String style, java.lang.String query, NamespaceMap nsMap, Key[] keys)
          compileQuery compiles a Query against the specified Collection context and returns the compiled Query.
 

Uses of QueryException in org.apache.xindice.core.xupdate
 

Methods in org.apache.xindice.core.xupdate that throw QueryException
 Query XUpdateQueryResolver.compileQuery(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 NodeSet XUpdateQueryResolver.query(Collection context, java.lang.String query, NamespaceMap nsMap, Key[] keys)
           
 


Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation