My way to deal now with *unattended* exceptions is to log them for further investigation, but I will never display a raw exception message, considering the fact that my LOB applications are in most cases multilanguage.
Ok, maybe my thoughts are polluted by some C# programming
practices, but I learnt that exceptions are never intended for
the end user (one of the reasons is that the exception mesages
are in most cases displayed in english language). In Windows
world, throwing an exception displays a message with a nice two
buttons: Close and Debug. This will make the accountant using my
software very eager to click on Debug :)
- Throwable class design rumbu
- Re: Throwable class design H. S. Teoh
- Re: Throwable class design Mehrdad
- Re: Throwable class design rumbu
- Re: Throwable class design Jonathan M Davis
- Re: Throwable class design H. S. Teoh
- Re: Throwable class design rumbu
- Re: Throwable class design H. S. Teoh
- Re: Throwable class design Jonathan M Davis
- Re: Throwable class design H. S. Teoh
- Re: Throwable class design simendsjo
- Re: Throwable class design Kagamin
- Re: Throwable class design rumbu
- Re: Throwable class design simendsjo
- Re: Throwable class design Jonathan M Davis
- Re: Throwable class design Sean Kelly
- Re: Throwable class design H. S. Teoh
