Class EOFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.univocity.parsers.common.input.EOFException
-
- All Implemented Interfaces:
java.io.Serializable
public final class EOFException extends java.lang.RuntimeException
Internal exception marker to signalize the end of the input.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EOFException()
Creates a new exception
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
fillInStackTrace()
-