Uses of Class
de.mguennewig.pobjtool.DictionaryException

Packages that use DictionaryException
de.mguennewig.pobjtool The package de.mguennewig.pobjtool provides the classes for a tool named PObjTool which generates Java classes for the de.mguennewig.pobjects library out of an XML file. 
 

Uses of DictionaryException in de.mguennewig.pobjtool
 

Methods in de.mguennewig.pobjtool that throw DictionaryException
static java.lang.String DictionaryParser.getJavaPackage(org.w3c.dom.Element node, java.lang.String attr, java.lang.String defaultValue)
           
 PObjDictionary DictionaryParser.parseFile(java.io.File file)
          Parses the XML file with the specification of a PObjDictionary.
 PObjDictionary DictionaryParser.parseFile(java.lang.String filename)
          Parses the XML file with the specification of a PObjDictionary.