| Author |
exception handling
|
jacob deiter
Ranch Hand
Joined: Apr 02, 2008
Posts: 576
|
|
I use Spring 2.0,each business service in application throws several exceptions orderexception,creditdebitoverflowexception,dateou tdatedexception,etc.Each customised exception should extends exception super class In service class should be as follow each method service throw several exceptions ,so I like to remove the repetitive code as below in baseexception ,declare all exception orderexception,creditdebitoverflowexception,dateou tdatedexception.PLease suggest how it can be done in spring.
|
 |
 |
|
|
subject: exception handling
|
|
|