attr.addCDATAAttribute("timestamp", this.dateFormat.format(new Date()));
handler.startElement(EXCEPTION_NS, "exception-report", "exception-report", attr);
// handler.startElement(EXCEPTION_NS, "exception-report", "ex:exception-report", attr);
// exception message
attr.clear();
simpleElement("message", attr, throwable.getMessage(), handler);
// exception stacktrace
attr.clear();
StringWriter sw = new StringWriter();