org.entityfs.exception
Class UnexpectedEofException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.entityfs.support.exception.FileSystemException
org.entityfs.exception.UnexpectedEofException
- All Implemented Interfaces:
- Serializable
public class UnexpectedEofException
- extends FileSystemException
This exception is thrown when an unexpected EOF is encountered in a file.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- See Also:
- Serialized Form
- In_jar:
- entityfs-core
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnexpectedEofException
public UnexpectedEofException(String msg)
UnexpectedEofException
public UnexpectedEofException(Throwable t)
UnexpectedEofException
public UnexpectedEofException(String msg,
Throwable t)