Sunday, November 22, 2009

What is the use of catch in escript?

The catch clause is used to handle the exception. To raise an exception, use the throw statement. It is used to process the exceptions that may occur in the manner you specify in the exception handling.

No comments:

Post a Comment