Class ParseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InconsistentIndentException, MalformedExpressionException, UnexpectedTokenException

public abstract class ParseException extends RiskscapeException

Base exception thrown when converting a sequence of tokens from a Lexer in to an abstract syntax tree.

See Also:
  • Constructor Details

    • ParseException

      public ParseException(Problem problem)