Uses of Class
org.jboss.dna.graph.query.parse.InvalidQueryException

Packages that use InvalidQueryException
org.jboss.dna.graph.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.jboss.dna.jcr.xpath   
 

Uses of InvalidQueryException in org.jboss.dna.graph.query.parse
 

Methods in org.jboss.dna.graph.query.parse that throw InvalidQueryException
 QueryCommand QueryParser.parseQuery(String query, TypeSystem typeSystem)
          Parse the supplied query from a string representation into a QueryCommand.
 

Uses of InvalidQueryException in org.jboss.dna.jcr.xpath
 

Methods in org.jboss.dna.jcr.xpath that throw InvalidQueryException
 QueryCommand XPathQueryParser.parseQuery(String query, TypeSystem typeSystem)
          Parse the supplied query from a string representation into a QueryCommand.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.