Re: Beginner CSV error
- From: "opalpa@xxxxxxxxx opalinski from opalpaweb" <opalpa@xxxxxxxxx>
- Date: 30 Jan 2006 12:28:03 -0800
For this sample you can alter the line with main on it to:
public static void main(String[] args) throws
java.io.FileNotFoundException {
Making a FileReader can cause a problem, if the file does not exist,
during the creation of FileReader. If there is a problem a signal,
called an exception, is sent back. You can catch it or have a method
it throw it to its own caller.
Here is a doc that explains exceptions:
http://mindprod.com/jgloss/exception.html
Opalinski
opalpa@xxxxxxxxx
http://www.geocities.com/opalpaweb/
.
- References:
- Beginner CSV error
- From: Rob
- Beginner CSV error
- Prev by Date: Re: sorry .09 instead of .08
- Next by Date: Re: Beginner CSV error
- Previous by thread: Beginner CSV error
- Next by thread: Re: Beginner CSV error
- Index(es):
Relevant Pages
|