Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use of catch in escript?



What is the use of catch in escript?..

Answer / guest

The catch clause is used to handle the exception. To raise
an exception, use the throw statement. When you want to trap
potential errors generated by a block of code, place that
code in a try statement, and follow the try statement with a
catch statement. The catch statement is used to process the
exceptions that may occur in the manner you specify in the
exception_handling_block. The following example demonstrates
the general form of the try statement with the catch clause.
In this example, the script continues executing after the
error message is displayed:
try {
do_something;
}
catch (e) {
TheApplication().RaiseErrorText(Clib.rsprintf("Something bad
happened: %s",e.toString()));
}

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Siebel Interview Questions

What are the steps for creating a dynamic pick list?

0 Answers  


Explain how would you delete or merge rows that have the same primary user key and different conflict ids using eim?

0 Answers  


Describe the relationship between base table and extension table?

3 Answers  


What are the steps required to set the policy expression?

0 Answers  


What difference between join specification and join definition?

0 Answers  


What is s_party table?

4 Answers   Siebel Systems,


Explain how is siebel 7.x data model is different from siebel 6.0 data model?

0 Answers  


How to convert single value fields into multivalue fields in the field object type found under business component?

0 Answers  


Give an example of the eim delete process's behavior?

0 Answers  


i have two business components but iwant to make visible applet to only one business component

0 Answers   Mphasis,


What is the function of nameserver?

0 Answers  


What is the use of detailed category in configuration?

0 Answers  


Categories