Uses of Class
pmp.FatalParserException

Packages that use FatalParserException
pmp This package contains core classes of PMP macroprocessor. 
pmp.io Classes in this package provide input/output system for PMP macroprocessor. 
pmp.xml This package contains classes for manipulation with XML configuration files. 
 

Uses of FatalParserException in pmp
 

Methods in pmp that throw FatalParserException
 void InputOutput.errorHandler(java.lang.String error)
          This method should produce some kind of error message and then raise FatalParserException.
 void Macroprocessor.parse()
          Starts macroprocessor.
 

Uses of FatalParserException in pmp.io
 

Methods in pmp.io that throw FatalParserException
 void StringIO.errorHandler(java.lang.String error)
           
 

Uses of FatalParserException in pmp.xml
 

Methods in pmp.xml that throw FatalParserException
 boolean XMLConfig.parseXMLDocument(org.w3c.dom.Document doc)
          Parses XML document.
 

Constructors in pmp.xml that throw FatalParserException
XMLConfig(Macroprocessor mp, java.lang.String xmlConfig)
          Reads configuration from file.