polya
Class eofException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--polya.eofException

public class eofException
extends java.lang.Exception

eofException is thrown when there is an end-of-file for Tokenizer

See Also:
Serialized Form

Constructor Summary
eofException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

eofException

public eofException()