Index: CommandLineOptions.java
===================================================================
RCS file: /home/cvspublic/xml-fop/src/java/org/apache/fop/apps/CommandLineOptions.java,v
retrieving revision 1.1
diff -u -r1.1 CommandLineOptions.java
--- CommandLineOptions.java	11 Mar 2003 13:05:28 -0000	1.1
+++ CommandLineOptions.java	1 Jun 2003 20:16:26 -0000
@@ -421,7 +421,8 @@
      * Get the input handler.
      * @return the input handler
      */
-    public InputHandler getInputHandler() {
+    public InputHandler getInputHandler()
+      throws FOPException {
         switch (inputmode) {
         case FO_INPUT:
             return new FOInputHandler(fofile);
