Panel stackWrapper = new Panel();
stackWrapper.setAttribute( "style", "border: 1px solid #a00;margin: 0;padding: 10px;" );
body.add( stackWrapper );
H2 cause = new H2( err );
cause.setAttribute( "style", "color: #a00; 10px;border-bottom: 1px solid #a00;font-weight: bold;" );
stackWrapper.add( cause );
StringWriter sw = new StringWriter();
throwable.printStackTrace( new PrintWriter( sw ) );