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
Explain the restrictions in siebel that comes while planning the networking topology.
How to find out new vanilla functionality in SIEBEL 7.7 and 7.8?
What is the function of nameserver?
What are caching and purging in siebel?
What is an extension table?
Explain what is the difference between siebel 7.5 and 7.8? If we upgarde the application to 7.8 from 7.5 what are the areas we need to give importance fromqa(testing) point of view?
I have created hierarchical picklist. In parent all the values are displayed. When the values selected in the parent its displays proper value in the child picklist?
Tell me what happens if you create an employee in siebel application and forget to create?
What is the difference between eim and eai?
Can a person from BPO industry learn seibel CRM as it is a Customer relationship managment based industry, if yes what are the jobs aspects of learning the course.?
What is user properties?
What are the functionalities performed by siebel?
What is the use of virtual bc?
difference between lov and picklist??
What is the process to create the dynamic drilldown?