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

Explain how is siebel 7.x architecture different from siebel 6.x?

0 Answers  


Is there any 'user property' to make the whole field in a b.c read only, by some condition. e.g:- if priority=closed the whole record should be read only

3 Answers  


Explain Confiration of MVG?

1 Answers  


how to make a field read-only based on user group?

1 Answers  


How to specify a view to be displayed as aggregate view in siebel 7.7?

0 Answers  


In MVG concept 1:M has only MVG applet but where as M:M has shuttel applet(Combination of Associate applet and Mvg applet) why?

0 Answers   IBM,


Which etl tool you used for data loading?

0 Answers  


Explain why is it not recommended to modify existing base tables?

0 Answers  


What is eapps.cfg file. and what is its significance?

0 Answers  


What is detailed category and what is its use in configuration?

0 Answers  


What is TPM ?

1 Answers  


Is it required to install gateway server before installing a Siebel server?

4 Answers   Siebel Systems,


Categories