net.metanotion.io
Class EOFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.metanotion.io.EOFException
All Implemented Interfaces:
Serializable

public final class EOFException
extends RuntimeException

Runtime Exception thrown at the end of the stream.

See Also:
Serialized Form

Constructor Summary
EOFException()
           
EOFException(String s)
           
EOFException(String s, Throwable t)
           
EOFException(Throwable t)
           
 
Method Summary
 
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()

EOFException

public EOFException(String s)

EOFException

public EOFException(String s,
                    Throwable t)

EOFException

public EOFException(Throwable t)