S
serge calderara
Dear all,
How can I handle correctly cascading exception?
I generally use to catch exception ib all my function.
This to identify each type the correct place that the
exception occurs. What could happen is that if an
exception occurs inside a function that call others
function, it happend that I could get a never ending loop
of exception routine calling other exception routines.
In case I have a function name Func1 that call inside
Func2,func3,func4,....
How to coreectly exit from function 1 incase an exception
occurs in Funct2, 3 or 4....? In other words how up
cascading can be handle.
fun3 shows its own exception, and funct1 catch exception
of function3.
thanks for your prompt answer
regards
How can I handle correctly cascading exception?
I generally use to catch exception ib all my function.
This to identify each type the correct place that the
exception occurs. What could happen is that if an
exception occurs inside a function that call others
function, it happend that I could get a never ending loop
of exception routine calling other exception routines.
In case I have a function name Func1 that call inside
Func2,func3,func4,....
How to coreectly exit from function 1 incase an exception
occurs in Funct2, 3 or 4....? In other words how up
cascading can be handle.
fun3 shows its own exception, and funct1 catch exception
of function3.
thanks for your prompt answer
regards