Class TopLevelClass.ParseException.AmbiguousGrammarError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
TopLevelClass.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TopLevelClass.ParseException.AmbiguousGrammarError
public TopLevelClass.ParseException.AmbiguousGrammarError(String message)