예제 #1
0
  @Override
  public void cleanup() {
    super.cleanup();

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