(no commit message)
[utils] / crawler / kiss / src / org / wamblee / crawler / kiss / Program.java
index 765ddfe1b2b8b590dacd1e168194d0adb20cab4f..2308fa982296ea76368d782043c2425d11af0486 100644 (file)
@@ -17,6 +17,7 @@
 package org.wamblee.crawler.kiss;
 
 import org.wamblee.crawler.Action;
+import org.wamblee.crawler.PageException;
 
 /**
  * 
@@ -62,7 +63,7 @@ public class Program {
         return _interval; 
     }
     
-    public boolean record() { 
+    public boolean record() throws PageException 
         Action record = _programInfo.execute().getAction(RECORD_ACTION); 
         if ( record == null) { 
             return false;