(no commit message)
[utils] / crawler / basic / src / org / wamblee / crawler / impl / ActionImpl.java
index d0fe0806d424dd6b1c74e3c64aa4621e6bfbc8f0..e5dac7d0a00dca03ec72f547d0728c0de7b4eea5 100644 (file)
@@ -20,6 +20,7 @@ import org.dom4j.Element;
 import org.wamblee.crawler.Action;
 import org.wamblee.crawler.Crawler;
 import org.wamblee.crawler.Page;
+import org.wamblee.crawler.PageException;
 import org.wamblee.crawler.PageType;
 
 /**
@@ -59,7 +60,7 @@ public class ActionImpl implements Action {
     /* (non-Javadoc)
      * @see org.wamblee.crawler.Action#execute()
      */
-    public Page execute() {
+    public Page execute() throws PageException {
         if ( _type == null) {
             return _crawler.getPage(_reference);
         }