Uses of Package
com.fatdog.xmlEngine.exceptions

Packages that use com.fatdog.xmlEngine.exceptions
Default Package  
com.fatdog.xmlEngine Core classes and methods. 
com.fatdog.xmlEngine.exceptions Things that go bump in the night. 
com.fatdog.xmlEngine.junitTest A variety of tests for testing program functionality. 
com.fatdog.xmlEngine.words Low-level routines for word storage and string <=> intKey conversions. 
 

Classes in com.fatdog.xmlEngine.exceptions used by Default Package
CantParseDocumentException
          The engine has encountered a non-parseable XML file.
MissingOrInvalidSaxParserException
          The user hasn't set a valid SAX parser using XQEngine.setXMLReader(XMLReader).
 

Classes in com.fatdog.xmlEngine.exceptions used by com.fatdog.xmlEngine
CantParseDocumentException
          The engine has encountered a non-parseable XML file.
InvalidQueryException
          The JavaCC parser or lexer complained about the syntax of a query.
MissingOrInvalidSaxParserException
          The user hasn't set a valid SAX parser using XQEngine.setXMLReader(XMLReader).
 

Classes in com.fatdog.xmlEngine.exceptions used by com.fatdog.xmlEngine.exceptions
InvalidQueryException
          The JavaCC parser or lexer complained about the syntax of a query.
 

Classes in com.fatdog.xmlEngine.exceptions used by com.fatdog.xmlEngine.junitTest
InvalidQueryException
          The JavaCC parser or lexer complained about the syntax of a query.
 

Classes in com.fatdog.xmlEngine.exceptions used by com.fatdog.xmlEngine.words
CategorizedInvalidQueryException
          An InvalidQueryException subclass with specif error type information.