> thanks so much :-D
You know what they say about teaching a man to fish versus giving him a
fish every day?
If you're going to have to stop coding and post a question on the
newsgroup every time you encounter a method which throws an Exception,
you're going to be a very slow Java programmer.
I strongly recommend that you read Sun's tutorial on exception handling.
That way, when you encounter a problem like this, you can solve it yourself,
thus saving yourself time which you can spend helping newbies on the
newsgroup (or spend playing video games or just sleeping or whatever you
want to do with your time).
Here's the link again:
http://java.sun.com/docs/books/tutorial/essential/exceptions/
- Oliver