2003.09.15


jdc.java.io
Class EOFException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.io.EOFException
                          |
                          +--jdc.java.io.EOFException
All Implemented Interfaces:
java.io.Serializable

public class EOFException
extends java.io.EOFException

A wrapper class for java.io.EOFException.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
EOFException()
          Constructor for EOFException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EOFException

public EOFException()
Constructor for EOFException.


2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.