Uses of Class
edu.ntnu.item.jt.system.errors.ParserException

Packages that use ParserException
edu.ntnu.item.jt.configloader Provides functionality to read from and write to a PowerScan XML configuration file and to read from a properties file 
edu.ntnu.item.jt.system Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. 
 

Uses of ParserException in edu.ntnu.item.jt.configloader
 

Methods in edu.ntnu.item.jt.configloader that throw ParserException
 PowerScanBean XMLParser.parse(File xmlConfig)
          Parses the supplied XML structured configuration file.
 

Uses of ParserException in edu.ntnu.item.jt.system
 

Constructors in edu.ntnu.item.jt.system that throw ParserException
Connector(File xmlConfig)
          Constructor for the connector class.
PowerScan(String xmlConfigFile, String properties)
          Instantiates a new PowerScan object.