/[classpath]/classpath/java/nio/channels/ClosedChannelException.java
ViewVC logotype

Diff of /classpath/java/nio/channels/ClosedChannelException.java

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

revision 1.3 by mark, Tue Apr 30 21:37:26 2002 UTC revision 1.4 by mkoch, Thu Nov 7 14:26:26 2002 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package java.nio.channels;  package java.nio.channels;
39    
40  import java.io.*;  import java.io.IOException;
   
41    
42  public class ClosedChannelException extends IOException  public class ClosedChannelException extends IOException
43  {  {
44      public ClosedChannelException()    /**
45      {     * Creates the exception
46      }     */
47      public ClosedChannelException()
48      {
49      }
50  }  }

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