Current Forum: Homework 5 - Part 3 |
Date: Wed Nov 21 2001 4:31 pm |
Author: Ghosh, Debmallo S. <dsghosh@cmu.edu> |
Subject: Re: public void save(FileOutputStream stream) throws IOException |
|
|
I don't believe so. The stream itself can throw IOExceptions, so if and when it does, instead of trying to handle it, the save function just throws it on to the calling function (WebCrawler in this case). |
|