/[loom]/loom/org/fenfire/loom/Loom.java
ViewVC logotype

Diff of /loom/org/fenfire/loom/Loom.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by benja, Sat Apr 5 21:09:51 2003 UTC revision 1.3 by benja, Sun Apr 6 23:21:04 2003 UTC
# Line 78  public class Loom { Line 78  public class Loom {
78              if(_ instanceof RDFException)              if(_ instanceof RDFException)
79                  _.printStackTrace();                  _.printStackTrace();
80              System.out.println("Exception while loading: "+_);              System.out.println("Exception while loading: "+_);
81                PrintWriter w = new PrintWriter(new FileWriter("fenfire.exception"));
82                _.printStackTrace(w);
83                w.close();
84              return;              return;
85          }          }
86    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26