‎2008 Apr 09 8:44 AM
Hi,
I have to divide 2 nos and use them for further processing.
Could you pls tell me how do i include class based exception handling which includes divide by zero etc.
Thanks a lot.
‎2008 Apr 09 8:55 AM
Data: lr_error type ref to cx* (don't know the divide by zero exception class by name).
try.
x / y = z.
catch cx* into lr_error.
endtry.