/[classpath]/classpath/java/io/ObjectOutputStream.java
ViewVC logotype

Diff of /classpath/java/io/ObjectOutputStream.java

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

revision 1.46.2.5 by gnu_andrew, Sun Jan 16 15:15:11 2005 UTC revision 1.46.2.6 by gnu_andrew, Sun Mar 13 14:38:40 2005 UTC
# Line 358  public class ObjectOutputStream extends Line 358  public class ObjectOutputStream extends
358                        {                        {
359                          if (dump)                          if (dump)
360                            dumpElementln ("WRITE FIELDS CALLED FOR: " + obj);                            dumpElementln ("WRITE FIELDS CALLED FOR: " + obj);
361                        writeFields(obj, currentObjectStreamClass);                          writeFields(obj, currentObjectStreamClass);
362                    }                        }
363                    }                    }
364    
365                  this.currentObject = prevObject;                  this.currentObject = prevObject;
# Line 1274  public class ObjectOutputStream extends Line 1274  public class ObjectOutputStream extends
1274          if (exception instanceof IOException)          if (exception instanceof IOException)
1275            throw (IOException) exception;            throw (IOException) exception;
1276    
1277          IOException ioe          IOException ioe
1278            = new IOException("Exception thrown from writeObject() on " +            = new IOException("Exception thrown from writeObject() on " +
1279                              osc.forClass().getName() + ": " +                              osc.forClass().getName() + ": " +
1280                              exception.getClass().getName());                              exception.getClass().getName());

Legend:
Removed from v.1.46.2.5  
changed lines
  Added in v.1.46.2.6

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