Beispiel #1
0
 /*
  * (non-Javadoc)
  * @see gccb.exceptionHandler.IExceptionHandler#processError(java.lang.Exception)
  */
 public void processError(Exception e) {
   controller.invokeMethodIfFound("showError", new Object[] {e}, new Class[] {Exception.class});
 }