Class ParsingException

All Implemented Interfaces:
Serializable

public class ParsingException extends RuntimeException
Thrown in case of syntax errors during parsing or during the processing of the parse tree.
Since:
9.0
Author:
anistor@redhat.com
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException(String message)
    • ParsingException

      public ParsingException(Throwable cause)
    • ParsingException

      public ParsingException(String message, Throwable cause)