* that differ from basic Throwable representation.
* @throws FactoryConfigurationError
* @throws ParserConfigurationException
*/
public void testRMEToElement() throws ParserConfigurationException, FactoryConfigurationError {
ResourceMissingException rme =
new ResourceMissingException("http://www.somewhere.com",
"A description", "A message");
Document dom = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument();
Element elem = this.rmeToElement.throwableToElement(rme, dom);