parser
Class ExpressionParser.ParseException.AmbiguousGrammarError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--java.lang.AssertionError
                    |
                    +--parser.ExpressionParser.ParseException.AmbiguousGrammarError
All Implemented Interfaces:
Serializable
Enclosing class:
ExpressionParser.ParseException

public static class ExpressionParser.ParseException.AmbiguousGrammarError
extends AssertionError

See Also:
Serialized Form

Constructor Summary
ExpressionParser.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

ExpressionParser.ParseException.AmbiguousGrammarError

public ExpressionParser.ParseException.AmbiguousGrammarError(String message)