de.rw7.token
Class FastInput.EndException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.rw7.token.FastInput.EndException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FastInput

public class FastInput.EndException
extends java.lang.Exception

This exception is thrown by any method accessing the input stream, when the end of stream is reached. Whenever this exception is thrown, the FastInput object is also closed.

See Also:
FastInput.close(), Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
(package private) FastInput.EndException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

FastInput.EndException

FastInput.EndException()