Re: class mediator and error handling

2017-08-13 Thread Rene Schwarb
Hi Matt what's in the Exception e? René 2017-08-14 2:05 GMT+02:00 Matthew Shaw : > Hi, > > There appears to be a bug in the class mediator when using a try catch. It > goes into the catch statement when I force an error, however my code never > executes. It

Re: class mediator and error handling

2017-08-13 Thread Ravi Undupitiya
Hi Matt, What you’re trying should work. I don’t see how anything in the class mediator can cause this as all it does is execute the mediate method of the custom class. If you do not handle exceptions in your custom class, the class mediator wraps the mediate method execution in a try/catch