Ejemplo n.º 1
0
  @Override
  public void cleanup() {
    super.cleanup();

    // close if top of stack
    if (next == null) TrapHandler.closeTraps();
  }
Ejemplo n.º 2
0
 protected void handleException(Throwable exception, TupleEntry tupleEntry) {
   trapHandler.handleException(exception, tupleEntry);
 }
Ejemplo n.º 3
0
 protected void handleReThrowableException(String message, Throwable throwable) {
   trapHandler.handleReThrowableException(message, throwable);
 }