X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FStockholmFile.java;h=86cb4ae9df0cbf048bdc91d24041cdbb7737667e;hb=1a8f953dd71a9e319e910261927f269d69b4692c;hp=07a5c802a05ed73c90819eded98905a492efaa87;hpb=142aafdd26883e2c97a880eb40c8005748b15a3e;p=jalview.git diff --git a/src/jalview/io/StockholmFile.java b/src/jalview/io/StockholmFile.java index 07a5c80..86cb4ae 100644 --- a/src/jalview/io/StockholmFile.java +++ b/src/jalview/io/StockholmFile.java @@ -62,12 +62,12 @@ public class StockholmFile extends AlignFile { } - public StockholmFile(String inFile, String type) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException, ExceptionUnmatchedClosingParentheses + public StockholmFile(String inFile, String type) throws Exception { super(inFile, type); } - public StockholmFile(FileParse source) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException, ExceptionUnmatchedClosingParentheses + public StockholmFile(FileParse source) throws Exception { super(source); } @@ -85,7 +85,7 @@ public class StockholmFile extends AlignFile * If there is an error with the input file * @throws ExceptionUnmatchedClosingParentheses */ - public void parse() throws IOException, ExceptionUnmatchedClosingParentheses + public void parse() { FileReader fr = null; fr = new FileReader(inFile);