public EmailConfigurationXml( File pentahoXmlFile ) throws IOException, DocumentException {
if ( null == pentahoXmlFile ) {
throw new IllegalArgumentException();
}
loadFromConfigurationDocument( XmlDom4JHelper.getDocFromFile( pentahoXmlFile, new DtdEntityResolver() ) );
}