On Fri, May 2, 2008 at 4:23 PM, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
> Simon Laws wrote: > > > > > Depending where you actually catch the exception you should be able to > > continue on and process the next artifact. > > > > > Hmmm, the idea with monitors is to allow the processing code to report > warnings and continue or multiple errors per artifact for example. > > Not sure about how it'll work with exceptions? > -- > Jean-Sebastien > Ok, well we could push the problem generation right down into the processors. There are quite a lot of specific exceptions down there. Does anything depend on these or can we just remove them. Simon