From: jprocter Date: Tue, 16 Sep 2008 09:26:43 +0000 (+0000) Subject: java 1.1 compatibility X-Git-Tag: Release_2_5~441 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=3a4b644986de0b69dfe6a8b016a53eab295440dd;p=jalview.git java 1.1 compatibility --- diff --git a/src/jalview/io/JPredFile.java b/src/jalview/io/JPredFile.java index ec4a89e..a038cac 100755 --- a/src/jalview/io/JPredFile.java +++ b/src/jalview/io/JPredFile.java @@ -319,7 +319,7 @@ public class JPredFile extends AlignFile IOException ex = new IOException( "Couldn't parse concise annotation for prediction profile.\n" + e); - ex.setStackTrace(e.getStackTrace()); + e.printStackTrace(); // java 1.1 does not have : ex.setStackTrace(e.getStackTrace()); throw ex; } this.annotations = new Vector();