class CLTK::Parser::Exceptions::HandledError
- CLTK::Parser::Exceptions::HandledError
- Exception
- Reference
- Object
Overview
An error of this type is raised when the parser encountered a error that was handled by an error production.
Defined in:
cltk/parser/exceptions/handled_error_exception.crClass Method Summary
Instance Method Summary
-
#errors : Array(CLTK::Type)
The errors as reported by the parser.
-
#result : CLTK::Type
The result that would have been returned by the call to parse.