X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FTCoffeeScoreFile.java;fp=src%2Fjalview%2Fio%2FTCoffeeScoreFile.java;h=9776b56cab0044c0a9afcf5ba6f4f851f7e916f4;hb=1a8f953dd71a9e319e910261927f269d69b4692c;hp=56994aee35bcdb7d89d38bd33d45683298e92cf3;hpb=142aafdd26883e2c97a880eb40c8005748b15a3e;p=jalview.git diff --git a/src/jalview/io/TCoffeeScoreFile.java b/src/jalview/io/TCoffeeScoreFile.java index 56994ae..9776b56 100644 --- a/src/jalview/io/TCoffeeScoreFile.java +++ b/src/jalview/io/TCoffeeScoreFile.java @@ -97,13 +97,13 @@ import fr.orsay.lri.varna.exceptions.ExceptionUnmatchedClosingParentheses; */ public class TCoffeeScoreFile extends AlignFile { - public TCoffeeScoreFile(String inFile, String type) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException, ExceptionUnmatchedClosingParentheses + public TCoffeeScoreFile(String inFile, String type) throws Exception { super(inFile, type); } - public TCoffeeScoreFile(FileParse source) throws IOException, ExceptionFileFormatOrSyntax, ParserConfigurationException, SAXException, ExceptionPermissionDenied, ExceptionLoadingFailed, InterruptedException, ExceptionUnmatchedClosingParentheses + public TCoffeeScoreFile(FileParse source) throws Exception { super(source); }