Exceptions: How to make sure... 2006-11-01 - By Ne'Bahn
Back Hi list, how make sure I can handle (catch) every exception that a statement may throw; I mean, I can add:
// proof code } catch (Exception anyException) { // handle it generically }
But what I really want to know is how many and which are the exceptions that a statement may throw...thanks in advance
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|