(no commit message)
[utils] / crawler / basic / src / org / wamblee / crawler / PageRequest.java
index cf88bbf878a756303a157f56632f8badb1837d7a..753bc05b7178fbc1fd0ede94a6e0b300ed734723 100644 (file)
@@ -29,7 +29,7 @@ public interface PageRequest {
      * @param aClient Http client to use. 
      * @return Client. 
      */
-     Document execute(String aUrl, HttpClient aClient);
+     Document execute(String aUrl, HttpClient aClient) throws PageException;
      
      /**
       * Overrides the Xslt to use.