A
Amit
A question i saw on 1 site
Is there a wayto put the control back to line after which the
exception occured
e.g.
try{
....
a.method() //line 6
a.doA() //line 7
... } (catch Exception e) {
}
Is it possible that an exception occured at line 6 and after catch i
want to resume execution from line 7 ??
Is there a wayto put the control back to line after which the
exception occured
e.g.
try{
....
a.method() //line 6
a.doA() //line 7
... } (catch Exception e) {
}
Is it possible that an exception occured at line 6 and after catch i
want to resume execution from line 7 ??