Uses of Class
org.apache.cayenne.wocompat.parser.ParseException

Packages that use ParseException
org.apache.cayenne.wocompat.parser   
 

Uses of ParseException in org.apache.cayenne.wocompat.parser
 

Methods in org.apache.cayenne.wocompat.parser that return ParseException
 ParseException Parser.generateParseException()
           
 

Methods in org.apache.cayenne.wocompat.parser that throw ParseException
 ArrayList Parser.array()
          Deprecated. since 3.0, use 'collection(String)' instead.
 Collection Parser.collection(String parentKeyPath)
           
 HashMap Parser.dictionary()
          Deprecated. since 3.0, use 'map(String)' instead.
 void Parser.keyValuePair(String parentKeyPath, Map map)
           
 Object Parser.leaf()
           
 Map Parser.map(String parentKeyPath)
           
 Object Parser.object()
          Deprecated. since 3.0, use 'object(String)' instead.
 Object Parser.object(String parentKeyPath)
           
 



Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.