Current Forum: Homework 5 General Forum |
Date: Sun Nov 18 2001 2:59 pm |
Author: Liu, Limin Angela <laliu@andrew.cmu.edu> |
Subject: Re: grading: correctness and robustness |
|
|
Debmallo, I figured out the reason why I got those exceptions.
I read your post to the linenumber in part I again, and I realized that you are using try-catch in your PageLexer. I was not using try-catch block in PageLexer constructor before, so the IOException thrown by HttpTokenizer.nextToken() was tracing all the way back to WebReader and was thrown there. Now I added the try and catch, and I got identical results as you did.
Thanks very much! |
|