Class TopLevelClass.ParseException.AmbiguousGrammarError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjava.lang.AssertionError
              extended byTopLevelClass.ParseException.AmbiguousGrammarError
All Implemented Interfaces:
Serializable
Enclosing class:
TopLevelClass.ParseException

public static class TopLevelClass.ParseException.AmbiguousGrammarError
extends AssertionError

Indicates the source of the notavaCC, which generates this Java program, has ambiguity.

Since:
notavaCC 1.0
See Also:
Serialized Form

Constructor Summary
TopLevelClass.ParseException.AmbiguousGrammarError(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

TopLevelClass.ParseException.AmbiguousGrammarError

public TopLevelClass.ParseException.AmbiguousGrammarError(String message)