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