Uses of Class
org.modeshape.graph.property.InvalidPathExpressionException

Packages that use InvalidPathExpressionException
org.modeshape.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
 

Uses of InvalidPathExpressionException in org.modeshape.graph.property
 

Methods in org.modeshape.graph.property that throw InvalidPathExpressionException
static PathExpression PathExpression.compile(String expression)
          Compile the supplied expression and return the resulting path expression instance.
 

Constructors in org.modeshape.graph.property that throw InvalidPathExpressionException
PathExpression(String expression)
          Create the supplied expression.
 



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