revised RNA stem/loop processing code that copes with pseudoknots
[jalview.git] / src / jalview / io / SimpleBlastFile.java
index 9256283..53d2790 100644 (file)
@@ -54,12 +54,12 @@ public class SimpleBlastFile extends AlignFile
   {
   }
 
-  public SimpleBlastFile(String inFile, String type) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException, ExceptionUnmatchedClosingParentheses
+  public SimpleBlastFile(String inFile, String type) throws Exception
   {
     super(inFile, type);
   }
 
-  public SimpleBlastFile(FileParse source) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException, ExceptionUnmatchedClosingParentheses
+  public SimpleBlastFile(FileParse source) throws Exception
   {
     super(source);
   }