Menu

#34 Try processor should be able to handle different types of exceptions

2.1.0rc2-RELEASE
open
nobody
None
1
2012-11-15
2012-11-15
No

There should be an option to define what kind of exception should be caught by try processor. Currently it handles only exception of BaseException type and there is no way to handle other exceptions.
I suggest to introduce 3 exception level which could be used depends on usage case:
1. base (defaulf) - exceptions of BaseException type
2. runtime - runtime exceptions
3. all - all exceptions

Discussion

  • Maciej Czapiewski

    There is a bug associated with this feature: https://sourceforge.net/p/web-harvest/bugs/16/

     
  • Maciej Czapiewski

    • milestone: Backlog --> 2.1.0rc2-RELEASE
     

Log in to post a comment.