java 1.1 compatibility
[jalview.git] / src / jalview / io / JPredFile.java
index ec4a89e..a038cac 100755 (executable)
@@ -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();