Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Checked Exceptions should be catched Late in the Application .

 
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi ,

I sincerely apologize if this is not the question to be posted in this forum .

Hi ,

While going through the tutorials in net , i once read that "Checked Exceptions should be catched Late ".

Means for example , if an checked exception is happened in a Business Layer , they should be thrown from there and should be handled in Presentation tier .

Is the Author mean to say RuntimeExceptions should be handled as earlier as Possible ??
My question is , why this is not in case of RuntimeExceptions ??


Thanks for reading , please share your ideas .

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Ravi Kiran V wrote:Hi ,

I sincerely apologize if this is not the question to be posted in this forum .



1) This was posted in the Performance forum and I moved it here.

Ravi Kiran V wrote:
While going through the tutorials in net , i once read that "Checked Exceptions should be catched Late ".

...


2) I vaguely remembered that I had read a similar question some time back. So a quick search showed up this thread. And surprise, it was you who had posted this exact same question just a few months back.

I'm going to close this one now. If you have any further questions related to that thread, please continue it there.
 
Consider Paul's rocket mass heater.
    Bookmark Topic Watch Topic
  • New Topic