Hey there!
Right now I'm working on a system that is built according to MVC-model. All three levels have try/catch statements for things where errors might occur. The problem is that I want all those messages to show up in GUI (View). Right now I'm having some troubles doing it in an elegant way, so I thought to ask you, guys... Any suggestions?
Any help/ideas would be greatly appreciated.