|
-
Sep 21st, 2006, 09:39 AM
#1
Thread Starter
Frenzied Member
try catch question
hello
in the following code
[code]
try {
//line 1
//line 2
//line 3
//line 4
} catch(exception e){
//code to handle exception
}
if line 2 throws the exception, after the exception has been handled by the code in the ctach block is execution returned to line3, or code following the try block
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|