Uses of Class
org.modeshape.graph.query.parse.InvalidQueryException

Packages that use InvalidQueryException
org.modeshape.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.modeshape.jcr.xpath The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. 
 

Uses of InvalidQueryException in org.modeshape.graph.query.parse
 

Methods in org.modeshape.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.modeshape.jcr.xpath
 

Methods in org.modeshape.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.