Monday, August 17, 2015

When should i extend the Exception Class?

Following are some of the reasons why you
want to do this are to:


  • Customize the exception error message
  • Use error codes to locate the error messages in the resource bundle
  • Use a single resource bundles per locale for the error messages and the error message parameters
Ok...but how to do this?

Create a new class and extend oracle.jbo.JboException

No comments:

Post a Comment