v2
[jalview.git] / src / jalview / io / JPredFile.java
index a26ec61..d9836c1 100755 (executable)
@@ -79,13 +79,14 @@ public class JPredFile extends AlignFile
  * @throws ExceptionFileFormatOrSyntax 
  * @throws ExceptionLoadingFailed 
  * @throws ExceptionPermissionDenied 
+ * @throws InterruptedException 
    */
-  public JPredFile(String inFile, String type) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed
+  public JPredFile(String inFile, String type) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException
   {
     super(inFile, type);
   }
 
-  public JPredFile(FileParse source) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed
+  public JPredFile(FileParse source) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException
   {
     super(source);
   }
@@ -365,8 +366,9 @@ public class JPredFile extends AlignFile
  * @throws ExceptionFileFormatOrSyntax 
  * @throws ExceptionLoadingFailed 
  * @throws ExceptionPermissionDenied 
+ * @throws InterruptedException 
    */
-  public static void main(String[] args) throws ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed
+  public static void main(String[] args) throws ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException
   {
     try
     {