manage remote and io exception in fanfix
[fanfix.git] / src / be / nikiroo / fanfix / reader / BasicReader.java
index 584bc7cb3b8f8c64a4586fe5dba4ebbe17935fc0..61769c01f87951c5546ae59cc12948e88c1ebe9e 100644 (file)
@@ -54,7 +54,7 @@ public abstract class BasicReader implements Reader {
        }
 
        @Override
-       public synchronized Story getStory(Progress pg) {
+       public synchronized Story getStory(Progress pg) throws IOException {
                if (story == null) {
                        story = getLibrary().getStory(meta.getLuid(), pg);
                }