coins.ffront
Class Parser.yyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycoins.ffront.Parser.yyException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Parser

public static class Parser.yyException
extends java.lang.Exception

thrown for irrecoverable syntax errors and stack overflow.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
Parser.yyException(java.lang.String message)
           
 
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

Parser.yyException

public Parser.yyException(java.lang.String message)