Class GrammarException

  • All Implemented Interfaces:
    Serializable

    public class GrammarException
    extends RuntimeException
    Exception thrown by parboiled if a problem with the integrity of the grammar rules has been detected.
    See Also:
    Serialized Form
    • Constructor Detail

      • GrammarException

        public GrammarException()
      • GrammarException

        public GrammarException​(String message)
      • GrammarException

        public GrammarException​(String message,
                                Throwable cause)
      • GrammarException

        public GrammarException​(String message,
                                Object... messageArgs)
      • GrammarException

        public GrammarException​(Throwable cause,
                                String message,
                                Object... messageArgs)
      • GrammarException

        public GrammarException​(Throwable cause)