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.

Recommended Answers

All 2 Replies

try/catch statements

Are you sure you are thinking Python?

Uhm... my bad! I had too much Java lately i guess. I meant try/except, of course. So, yes, I'm thinking Python. :-)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.