fix merge conflicts for finess on JAL-1140 (introduced by 1a8f953dd71a9e319e910261927...
[jalview.git] / src / jalview / io / PileUpfile.java
index 95fb203..39f367b 100755 (executable)
@@ -34,15 +34,6 @@ package jalview.io;
  */
 import java.io.*;
 
-import javax.xml.parsers.ParserConfigurationException;
-
-import org.xml.sax.SAXException;
-
-import fr.orsay.lri.varna.exceptions.ExceptionFileFormatOrSyntax;
-import fr.orsay.lri.varna.exceptions.ExceptionLoadingFailed;
-import fr.orsay.lri.varna.exceptions.ExceptionPermissionDenied;
-import fr.orsay.lri.varna.exceptions.ExceptionUnmatchedClosingParentheses;
-
 import jalview.datamodel.*;
 import jalview.util.*;
 
@@ -63,14 +54,17 @@ public class PileUpfile extends MSFfile
    *          DOCUMENT ME!
    * @param type
    *          DOCUMENT ME!
- * @throws Exception 
+   * 
+   * @throws IOException
+   *           DOCUMENT ME!
+
    */
-  public PileUpfile(String inFile, String type) throws Exception
+  public PileUpfile(String inFile, String type) throws IOException
   {
     super(inFile, type);
   }
 
-  public PileUpfile(FileParse source) throws Exception
+  public PileUpfile(FileParse source) throws IOException
   {
     super(source);
   }