public class ConfigReader extends Object
| Constructor and Description |
|---|
ConfigReader()
|
public static Configurationread(String filename) throws ParserConfigurationException , SAXException , FileNotFoundException , IOException
filename - the filename to read the xml from.
SAXException - on parsing failure
ParserConfigurationException - on failure.
IOException - on failure.
FileNotFoundException - on failure.