|
From: <ek...@ba...> - 2003-04-22 13:13:56
|
<< One question Erik. When exception is thrown from PipeilneStageFactory methods, where it should be catched? In feeder? What is the real benefit of catching exception in feeder and not in PipelineStageFactory? Maybe you could get arround with your own ErrorHandler? >> The Exception should be thrown all the way up the program stack to the entry point. In my case, there will be an EJB calling PipelineFeeder.process( ) ... which coincidentally throws PipelineException ... which I would like to see the exceptions appear in. ________________________________________________________________________ The information in this e-mail, and any attachment therein, is confidential and for use by the addressee only. If you are not the intended recipient, please return the e-mail to the sender and delete it from your computer. Although The Bank of New York attempts to sweep e-mail and attachments for viruses, it does not guarantee that either are virus-free and accepts no liability for any damage sustained as a result of viruses. |