394041424344454647484950
@Override public void onRender() { html.add( body ); H1 h1 = new H1( "Error occurred" ); h1.setAttribute( "style", "color: #fff; background: #a00;padding: 10px;" ); body.add( h1 ); String err; if ( throwable instanceof InvocationTargetException ) {