Class ParsingException

All Implemented Interfaces:
Serializable

public class ParsingException extends RuntimeException
Describes an exceptional event detected by the Lello parser.
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException()
    • ParsingException

      public ParsingException(String message, Throwable cause)
    • ParsingException

      public ParsingException(String message)
    • ParsingException

      public ParsingException(Throwable cause)