| Author |
FileReader querry
|
Sadaqatullah Noonari
Greenhorn
Joined: Mar 22, 2011
Posts: 12
|
|
|
I am using FileReader class in my code. It say an error when it does not find the file. I want to handle this error such that if file is not found, it makes and then moves on. need help in this problem.
|
 |
Hebert Coelho
Ranch Hand
Joined: Jul 14, 2010
Posts: 754
|
|
|
Put a try/catch when this exception happens, and return/continue(inside a loop).
|
[uaiHebert.com] [Full WebApplication JSF EJB JPA JAAS with source code to download] One Table Per SubClass [Web/JSF]
|
 |
Randall Twede
Ranch Hand
Joined: Oct 21, 2000
Posts: 4092
|
|
yeah that is easily done. i have an old example i remember...hold on
|
SCJP
|
 |
 |
|
|
subject: FileReader querry
|
|
|