| Author |
processLine
|
E Jen
Greenhorn
Joined: Oct 22, 2006
Posts: 5
|
|
I am getting a couple of errors with the following code: The errors are: void is an invalid type for the variable processLine Syntax error on token "(", ; expected Syntax error on token ")", ; expected Can anybody please help me try to fix this? Thanks in advance!
|
 |
Keith Lynn
Ranch Hand
Joined: Feb 07, 2005
Posts: 2341
|
|
|
Are you declaring a method inside your try block?
|
 |
E Jen
Greenhorn
Joined: Oct 22, 2006
Posts: 5
|
|
|
Sorry, I see what I did. Thanks anyway.
|
 |
 |
|
|
subject: processLine
|
|
|