• Post Reply 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

exception handling

 
Ranch Hand
Posts: 594
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I develop web application based on struts 1.2,Spring 2.0,Hibernate 3.1.I do have idea in exception handling using Checked Exception (try catch and throws).But i heard that checked exception make our code messy and mingled with business.I advised to use Unchecked exception.bUt i do not know how to implement this.I have idea about declarative exception handling in Struts.

Please suggest How I design exception handling in my application.

Is there any framework available for this?
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for exception handling there are many ways...you can write you own exception class.and you can use try catch throw also.dont confuse boss........
 
reply
    Bookmark Topic Watch Topic
  • New Topic