com.sentilla.io
Class EOFRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sentilla.io.IORuntimeException
                  extended by com.sentilla.io.EOFRuntimeException
All Implemented Interfaces:
Serializable

public class EOFRuntimeException
extends IORuntimeException

Signals that a EOF exception has occurred. This class has the same meaning as EOFException but is a subclass of RuntimeException and thus does not need to be checked.

See Also:
Serialized Form

Constructor Summary
EOFRuntimeException()
           
EOFRuntimeException(String msg)
           
 
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

EOFRuntimeException

public EOFRuntimeException()

EOFRuntimeException

public EOFRuntimeException(String msg)


Copyright © 2007 Sentilla Corporation. All Rights Reserved.