6061626364656667686970
{ iterativeStageComplete(); } catch (PipeIOException e) { throw new ActivityProcessingException(e); } catch (PipeTerminatedException e) { throw new ActivityTerminatedException(); }
8283848586878889909192
6465666768697071727374
199200201202203204205206207208209
93949596979899100101102103
5051525354555657585960
249250251252253254255256257258259
9899100101102103104105106107108
catch (PipeClosedException e) { iterativeStageComplete(); } catch (PipeIOException e) { throw new ActivityProcessingException(e); } catch (PipeTerminatedException e) { throw new ActivityTerminatedException(); }
198199200201202203204205206207208
343344345346347348349350351352353
{ return reader.read(); } catch (PipeIOException e) { throw new ActivityProcessingException(e); } catch (PipeTerminatedException e) { throw new ActivityTerminatedException(); }