com.imagero.uio.io
Class UnexpectedEOFException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.io.EOFException
                  extended bycom.imagero.uio.io.UnexpectedEOFException
All Implemented Interfaces:
java.io.Serializable

public class UnexpectedEOFException
extends java.io.EOFException

If EOFException is thrown during readFully() it is still useful to know how much bytes were read. Date: 22.12.2007

See Also:
Serialized Form

Constructor Summary
UnexpectedEOFException(int count)
           
UnexpectedEOFException(java.lang.String s, int count)
           
 
Method Summary
 int getCount()
           
 
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

UnexpectedEOFException

public UnexpectedEOFException(int count)

UnexpectedEOFException

public UnexpectedEOFException(java.lang.String s,
                              int count)
Method Detail

getCount

public int getCount()