• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Built in exceptions in Struts

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Everyone,

I am new to this forum. This is a nice place to share all the technical doubts that we encounter.

Please let me know is there any built-in Excpetions available in Struts Framework other than Global forward(available in Struts-Config) and normal try,catch.

Thanks in advance.

Regards,
Suganya.
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I think you were talking about <global-exceptions>( as that of global-forwards).Struts provides you a way of using declarative exception handling using global exceptions.If you want any additional operation to perform when an exception is raised then you can configure user defined exception handler.
 
reply
    Bookmark Topic Watch Topic
  • New Topic