Results 1 to 2 of 2

Thread: Exception handling

  1. #1
    Join Date
    Oct 2005
    Posts
    104

    Default Exception handling

    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

  2. #2
    Join Date
    May 2005
    Posts
    394

    Default

    Patches welcome

    I am refactoring the DefaultImageSource and saw a RuntimeException used for control flow, you can expect that one to go away soon...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •