I have four methods m1(), m2(), m3(), m4(), whenever error occured in m4(), m3() should call, whenever error occured in m3(), m2() should call, whenever error occured in m2(), m1() should call.
Abid Khan
What you want to ask.? you can use Try & Catch block..