summaryrefslogtreecommitdiff
path: root/java/io/ObjectStreamException.java
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2001-03-11 15:52:38 +0000
committerMark Wielaard <mark@klomp.org>2001-03-11 15:52:38 +0000
commit09404eee080f7245cbdbadd78c34ea8c21fa93d1 (patch)
tree03d9db7ddb3c951b0cc549b961effb3fbe3a9e00 /java/io/ObjectStreamException.java
parent1c5ef970b4601cd5336fc60fcc0db253a8e11a69 (diff)
downloadclasspath-09404eee080f7245cbdbadd78c34ea8c21fa93d1.tar.gz
Merge all Error and Exception classes with libgcj.
Diffstat (limited to 'java/io/ObjectStreamException.java')
-rw-r--r--java/io/ObjectStreamException.java11
1 files changed, 8 insertions, 3 deletions
diff --git a/java/io/ObjectStreamException.java b/java/io/ObjectStreamException.java
index 6336e0f37..f006321b1 100644
--- a/java/io/ObjectStreamException.java
+++ b/java/io/ObjectStreamException.java
@@ -1,5 +1,5 @@
-/* ObjectStreamException.java -- Unexpected end of file exception
- Copyright (C) 1998 Free Software Foundation, Inc.
+/* ObjectStreamException.java -- Superclass of all serialisation exceptions
+ Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -27,6 +27,10 @@ executable file might be covered by the GNU General Public License. */
package java.io;
+/* Written using on-line Java Platform 1.2 API Specification.
+ * Status: Believed complete and correct.
+ */
+
/**
* This exception is thrown when a problem occurs during serialization.
* There are more specific subclasses than give more fine grained
@@ -35,9 +39,10 @@ package java.io;
* @version 0.0
*
* @author Aaron M. Renn (arenn@urbanophile.com)
+ * @author Warren Levy <warrenl@cygnus.com>
+ * @date February 7, 2000.
*/
public abstract class ObjectStreamException extends IOException
- implements Serializable
{
/*