fix merge conflicts for finess on JAL-1140 (introduced by 1a8f953dd71a9e319e910261927...
[jalview.git] / src / jalview / io / BLCFile.java
index 71c95b5..5b02b59 100755 (executable)
@@ -20,15 +20,6 @@ package jalview.io;
 import java.io.*;
 import java.util.*;
 
-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.*;
 
 /**
@@ -55,14 +46,16 @@ public class BLCFile extends AlignFile
    *          DOCUMENT ME!
    * @param type
    *          DOCUMENT ME!
- * @throws Exception 
+   * 
+   * @throws IOException
+   *           DOCUMENT ME!
    */
-  public BLCFile(String inFile, String type) throws Exception
+  public BLCFile(String inFile, String type) throws IOException
   {
     super(inFile, type);
   }
 
-  public BLCFile(FileParse source) throws Exception
+  public BLCFile(FileParse source) throws IOException
   {
     super(source);
   }