getTrapCollector( trap, flowProcess ).add( tupleEntry );
}
else
{
LOG.error( "failure resolving tuple entry", throwable );
throw new DuctException( "failure resolving tuple entry", throwable );
}
flowProcess.increment( StepCounters.Tuples_Trapped, 1 );
LOG.warn( "exception trap on branch: '" + trapName + "', for " + Util.truncate( print( tupleEntry ), 75 ), throwable );