Answer Posted / 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 View All Answers
What is user properties?
What is the difference between an organization and division in Siebel?
Explain how to create an event handler.
How to convert single value fields into multivalue fields in the field object type found under business component?
Explain what is nameserver? What does it do?
Explain what is virtual bc? What is the use of vbc?
Explain the restrictions in siebel that comes while planning the networking topology.
Explain what is the difference between "picklist generic" and "picklist hierarchical" business components?
Explain if gateway server is not present cant we do load balancing?
How would you import url links into the s_lit base table?
What is if table in eim?
Can multiple presentation catalogs refer to one business model?
What is the procedure to configure the static caching using the content group?
What is eapps.cfg file?
What is applet toggle how many types are there?