Throwing exception from app module
771632Aug 9 2010 — edited Aug 9 2010Hi ,
I am using ADF 11.1.1.2 verison and my app is developed using procedure (We are not using BC) ...
The approach i am using is as following-
1- Create a procedure
2- Create a app module and call the procedure from that app module.
3- Expose a client interface and use that method(data control) to see the data ...
My issue -When I create a method and expose it(its visible in client interface), use that to create a table or any other component its working fine.
But as per my new req i have to throw exception from that method in case of any issue ( let say not able to update the data in db)
When i throw the exception from the method available in app module that method disappears and is not available to be exposed to client .
please let me know do we have to do anything specific to throw exceptions in this case.
Thanks,
Shubhangi