Class GrammarException

All Implemented Interfaces:
Serializable

public class GrammarException extends RuntimeException
Indicates problem with definition of grammar. If you face with this exception, then you should fix code, which defines your grammar.

This class is not intended to be instantiated or subclassed by clients.

Since:
1.18
See Also:
  • Constructor Details

    • GrammarException

      public GrammarException(String message)
    • GrammarException

      public GrammarException(Throwable cause, String message)