/[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.59 by jfrijters, Fri Sep 9 12:12:03 2005 UTC revision 1.60 by mark, Sun Oct 2 23:41:22 2005 UTC
# Line 361  public class ObjectOutputStream extends Line 361  public class ObjectOutputStream extends
361                  break;                  break;
362                }                }
363    
364              throw new NotSerializableException(clazz.getName ());              throw new NotSerializableException(clazz.getName()
365                                                   + " in "
366                                                   + currentObject.getClass());
367            } // end pseudo-loop            } // end pseudo-loop
368        }        }
369      catch (ObjectStreamException ose)      catch (ObjectStreamException ose)

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

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