Class GrammarException

All Implemented Interfaces:
Serializable

public class GrammarException extends FrameworkException
Exception indicating an error while parsing or processing grammars.
See Also:
  • Constructor Details

    • GrammarException

      public GrammarException(String message)
      Constructs an exception indicating an error while parsing or processing grammars.
      Parameters:
      message - the error message
    • GrammarException

      public GrammarException(String message, int line)
      Constructs an exception indicating an error while parsing or processing grammars.
      Parameters:
      message - the error message
      line - the line number on which the error occurred