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

Packages that use XMLValidationException
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 XMLValidationException in edu.ntnu.item.jt.configloader
 

Methods in edu.ntnu.item.jt.configloader that throw XMLValidationException
 void XMLValidator.validateDTD(String XMLFile, String DTDFile, int tempdata)
          Method that checks an XML file against a DTD file.
 void XMLValidator.validateXSD(String XMLFile)
          Method to validate an XML file against a W3C XML Schema Definition (XSD)
 

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

Constructors in edu.ntnu.item.jt.system that throw XMLValidationException
PowerScan(String xmlConfigFile, String properties)
          Instantiates a new PowerScan object.