Version 1.2.2: fixes, export in UI
[fanfix.git] / src / be / nikiroo / fanfix / reader / BasicReader.java
index 0bcfd931e1b505da7e28fb43897a46a839f17ab4..ae1c8d4c6eb32162c65421e0959da5bb6fc00e31 100644 (file)
@@ -134,8 +134,12 @@ public abstract class BasicReader {
         * 
         * @param chapter
         *            the chapter
+        * 
+        * @throws IOException
+        *             in case of I/O error or if the {@link Story} was not
+        *             previously set
         */
-       public abstract void read(int chapter);
+       public abstract void read(int chapter) throws IOException;
 
        /**
         * Start the reader in browse mode for the given type (or pass NULL for all