ewe.io
Class EOFException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.io.EOFException

public class EOFException
extends IOException

This exception is thrown when a Stream or InputStream ends unexpectantly.


Constructor Summary
EOFException()
           
EOFException(String msg)
           
EOFException(String msg, Throwable cause)
           
EOFException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

EOFException

public EOFException()

EOFException

public EOFException(String msg)

EOFException

public EOFException(Throwable cause)

EOFException

public EOFException(String msg,
                    Throwable cause)