com.univocity.parsers.common.input
Class EOFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.univocity.parsers.common.input.EOFException
All Implemented Interfaces:
Serializable

public final class EOFException
extends RuntimeException

Internal exception marker to signalize the end of the input.

See Also:
Serialized Form

Constructor Summary
EOFException()
          Creates a new exception
 
Method Summary
 Throwable fillInStackTrace()
           
 
Methods inherited from class java.lang.Throwable
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

EOFException

public EOFException()
Creates a new exception

Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable


Copyright © 2017 uniVocity Software Pty Ltd. All rights reserved.