Subversion Repository Public Repository

litesoft

Diff Revisions 622 vs 623 for /trunk/Java/DATT/src/org/litesoft/datt/client/DATT.java

Diff revisions: vs.
  @@ -223,7 +223,7 @@
223 223 pThrowable.printStackTrace(); // prints the trace in the GWT hosted shell
224 224 String html = "<h1>Application Initialization Failed</h1>" + //
225 225 "<p>" + message + "</p>" + //
226 - "<p>at " + getClass().getName() + "." + method + "</p>" + //
226 + "<p>at " + UtilsGwt.justSimpleName( this ) + "." + method + "</p>" + //
227 227 "<p>Exception: </p>" + //
228 228 "<p><pre>" + pThrowable + "</pre></p>";
229 229 DOM.setInnerHTML( RootPanel.getBodyElement(), html );