I need a way to do custom error handling.
As far as I know, there is no way (yet) in rife to register custom error/exception handlers.
So what I'm thinking is to have a base element that implements the processElement method which is basically
a try/catch block.
Inside the try I will call an abstract method let's say process, which should be inplemented by all subclasses.
All exceptions of all extending elements will than be handled by the base element.
Any thoughts on this would be welcome.
Regards,
Edwin
_______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
