catch all program errors...
- From: "tiewknvc9" <aotemp@xxxxxxxxxxx>
- Date: 31 May 2006 12:37:43 -0700
Im trying to find a quick way to catch all of my programs errors. These
would be the last remaining errors that are not currently caught in my
application,
for instance it would be a nullpointer exception - one that I never
expected to occur, so it was not caught. What I would like to do is to
catch any and all exceptions and log them in some way so that I can
update the program, and alert the user to the fact that an error had
occurred. The later I get, the catching all uncaught errors I am lost
with.
Any advice?
Thanks
.
- Follow-Ups:
- Re: catch all program errors...
- From: Philipp Leitner
- Re: catch all program errors...
- Prev by Date: Re: Assignment Linked List Help
- Next by Date: ComponentColorModel and MemoryImageSource
- Previous by thread: Send both parameters and objects to servlet
- Next by thread: Re: catch all program errors...
- Index(es):