com.sentilla.io
Class EOFRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sentilla.io.IORuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EOFRuntimeException
public EOFRuntimeException()
EOFRuntimeException
public EOFRuntimeException(String msg)
Copyright © 2007 Sentilla Corporation. All Rights Reserved.