jfun.parsec
Class IllegalParserStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by jfun.parsec.IllegalParserStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalParserStateException
extends java.lang.IllegalStateException

Represents an illegal state in parser.

Author:
Ben Yu Dec 19, 2004
See Also:
Serialized Form

Constructor Summary
IllegalParserStateException()
           
IllegalParserStateException(java.lang.String arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

IllegalParserStateException

public IllegalParserStateException()

IllegalParserStateException

public IllegalParserStateException(java.lang.String arg0)
Parameters:
arg0 -