{
throw new ParsingException(e);
}
catch (ParserConfigurationException e)
{
throw new ConfigurationException(e);
}
catch (IOException e)
{
throw new ProcessingException(e);
}
catch (TransformerFactoryConfigurationError e)
{
throw new ConfigurationException(e);
}
catch (TransformerException e)
{
throw new ProcessingException(e);
}