Hi
I've noticed in a few classes that you catch checked exceptions without rethrowing an uncheked exception. This feels like a bad idea since we want the UncaughtExceptionHandler to catch all exceptions and display the correct error message. I was just wondering what the developers view of this is, should U catch and rethrow or should U just catch and log out the exception.
What is the oploicy for this in Spring rcp?
Cheers
Magnus


Reply With Quote
