Uses of Class
org.apache.hivemind.sdl.parser.ParseException

Packages that use ParseException
org.apache.hivemind.sdl.parser The underlying classes used with Simple Data Language. 
 

Uses of ParseException in org.apache.hivemind.sdl.parser
 

Subclasses of ParseException in org.apache.hivemind.sdl.parser
 class SystemParseException
          Subclass of SystemParseException that supports a wrapped exception (typically a SAXException.
 

Methods in org.apache.hivemind.sdl.parser that return ParseException
 ParseException SimpleDataLanguageParser.generateParseException()
           
 

Methods in org.apache.hivemind.sdl.parser that throw ParseException
 void SimpleDataLanguageParser.parse(org.xml.sax.ContentHandler handler)
          Parses an SDL document from a stream provided in the constructor.
 void SimpleDataLanguageParser.element()
           
 void SimpleDataLanguageParser.element_attributes(org.xml.sax.helpers.AttributesImpl attributes)
           
 void SimpleDataLanguageParser.attribute(org.xml.sax.helpers.AttributesImpl attributes)
           
 void SimpleDataLanguageParser.attribute_value(java.lang.String attributeName, org.xml.sax.helpers.AttributesImpl attributes)
           
 void SimpleDataLanguageParser.element_body()
           
 void SimpleDataLanguageParser.body_content()