v2
[jalview.git] / src / jalview / io / FastaFile.java
index d2749db..f3d3e5b 100755 (executable)
@@ -66,13 +66,14 @@ public class FastaFile extends AlignFile
  * @throws ExceptionFileFormatOrSyntax 
  * @throws ExceptionLoadingFailed 
  * @throws ExceptionPermissionDenied 
+ * @throws InterruptedException 
    */
-  public FastaFile(String inFile, String type) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed
+  public FastaFile(String inFile, String type) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException
   {
     super(inFile, type);
   }
 
-  public FastaFile(FileParse source) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed
+  public FastaFile(FileParse source) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException
   {
     super(source);
   }