/[classpath]/classpath/java/nio/charset/CharacterCodingException.java
ViewVC logotype

Diff of /classpath/java/nio/charset/CharacterCodingException.java

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

revision 1.2 by mark, Tue Apr 30 21:37:26 2002 UTC revision 1.3 by mkoch, Thu Nov 7 09:57:01 2002 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package java.nio.charset;  package java.nio.charset;
39    
40  import java.io.*;  import java.io.IOException;
41    
42    /**
43     * @since 1.4
44     */
45  class CharacterCodingException extends IOException  class CharacterCodingException extends IOException
46  {  {
47      CharacterCodingException()    /**
48      {     * Creates the exception
49      }     */
50      public CharacterCodingException()
51      CharacterCodingException(String s)    {
52      {    }
         super(s);  
     }  
53  }  }

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

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