/[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.24 by mark, Sun Jan 19 22:16:23 2003 UTC revision 1.25 by mark, Fri Jan 24 17:07:23 2003 UTC
# Line 382  public class ObjectOutputStream extends Line 382  public class ObjectOutputStream extends
382              throw new NotSerializableException (clazz.getName ());              throw new NotSerializableException (clazz.getName ());
383            } // end pseudo-loop            } // end pseudo-loop
384        }        }
385        catch (ObjectStreamException ose)
386          {
387            // Rethrow these are fatal.
388            throw ose;
389          }
390      catch (IOException e)      catch (IOException e)
391        {        {
392          realOutput.writeByte (TC_EXCEPTION);          realOutput.writeByte (TC_EXCEPTION);

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

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