]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added ability for render() to throw FOPException
authorJordan Naftolin <jordan@apache.org>
Wed, 21 Jun 2000 01:18:03 +0000 (01:18 +0000)
committerJordan Naftolin <jordan@apache.org>
Wed, 21 Jun 2000 01:18:03 +0000 (01:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193409 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/apps/Driver.java

index dd6ddb8414b2ee82d895bdddd9d9421a68d1e4cc..f2a18556905699b1eff1da905b3c352a6d4f7912 100644 (file)
@@ -349,7 +349,7 @@ public class Driver {
      * render the area tree to the output form
      */
     public void render()
-       throws IOException {
+       throws IOException, FOPException {
        this.renderer.render(areaTree, this.writer);
     }
 }