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. 
 

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.
 



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