/** Called when an exception has been thrown. */
 public void onExceptionThrown(Context cx, Throwable exception) {
   dim.handleExceptionThrown(cx, exception, this);
 }