Re: [Htmlparser-user] GUI error message
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2002-04-25 02:42:10
|
Hi Mats Please dont send large attachments on the list. You could have sent that previous mail personally to me. Regarding your query - I tried the program with Sweden as the param and that worked fine for me. Though I am kind of surprised - you werent importing an Enumeration, so how did you get your program to compile ? Please read up on Exception handling in Java : http://java.sun.com/docs/books/tutorial/essential/exceptions/firstencounter. html http://java.sun.com/docs/books/tutorial/essential/exceptions/dealing.html Wrap up your suspected code within a try-catch block - catching a generic Exception, and print the stack trace by e.printStackTrace(). These queries are more related to Java than to the html parser - so its better if we take this off the list, and you can mail me personally at so...@ya... if you have doubts. Regards, Somik ----- Original Message ----- From: "Sodergren, M.G." <mg...@le...> To: <htm...@li...> Sent: Thursday, April 25, 2002 12:33 AM Subject: [Htmlparser-user] GUI error message Key Typed Key Typed Key Typed Key Typed Key Typed Key Typed Key Typed I/O Exception occured while reading http://search.yahoo.com/bin/search?p=sweden Is all it says. No other error messages are given. I have included all the classes that i am using incase. Cheers Mats P.S If you post any classes related to this can you please mail them to me so i get them. Thanks |