/[classpath]/classpath/java/util/prefs/InvalidPreferencesFormatException.java
ViewVC logotype

Diff of /classpath/java/util/prefs/InvalidPreferencesFormatException.java

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

revision 1.3 by ericb, Sun Feb 24 04:25:17 2002 UTC revision 1.4 by mark, Tue Apr 30 10:54:35 2002 UTC
# Line 87  public class InvalidPreferencesFormatExc Line 87  public class InvalidPreferencesFormatExc
87    public InvalidPreferencesFormatException(String message, Throwable cause)    public InvalidPreferencesFormatException(String message, Throwable cause)
88    {    {
89      super(message, cause);      super(message, cause);
     super(message);  
90    }    }
91    
92    /**    /**
# Line 95  public class InvalidPreferencesFormatExc Line 94  public class InvalidPreferencesFormatExc
94     *     *
95     * @param o the output stream     * @param o the output stream
96     */     */
97    private void writeObject(ObjectOutputStream o)    private void writeObject(ObjectOutputStream o) throws NotSerializableException
98    {    {
99      throw new NotSerializableException      throw new NotSerializableException
100        ("java.util.prefs.InvalidPreferencesFormatException");        ("java.util.prefs.InvalidPreferencesFormatException");
# Line 106  public class InvalidPreferencesFormatExc Line 105  public class InvalidPreferencesFormatExc
105     *     *
106     * @param i the input stream     * @param i the input stream
107     */     */
108    private void readObject(ObjectInputStream i)    private void readObject(ObjectInputStream i) throws NotSerializableException
109    {    {
110      throw new NotSerializableException      throw new NotSerializableException
111        ("java.util.prefs.InvalidPreferencesFormatException");        ("java.util.prefs.InvalidPreferencesFormatException");

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

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