Hi,
Having a catch depends on weather the exception raised on try block can be handled at catch block. If it can, it should handle, else pass the exception further up of the call stack. There is no use of having a catch block if you can not handle the exception.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
