RejectParseTreeErrorclass
Rejected parsing structure. There are certain structures that are hard to eliminate in the grammar, but which we don’t want to accept semantically. This error can be thrown when such a structure is encountered. This effectively rules out a parse tree. It’s not a displayable error; the parser simply rules out these structures.
class
RejectParseTreeError
:
CommandError
Superclass Tree (in declaration order)
RejectParseTreeError
CommandError
ParseError
Exception
` object`
Subclass Tree
(none)
Global Objects
(none)
Summary of Properties
Inherited from CommandError
:
cmd
errStage
Inherited from ParseError
:
allowOnRespell
curable
Inherited from Exception
:
errmsg_
Summary of Methods
Inherited from CommandError
:
construct
Inherited from ParseError
:
rankCorrection
tryCuring
Inherited from Exception
:
displayException
getExceptionMessage
showStackTrace
Properties
(none)
Methods
display ( )
OVERRIDDEN
no description available
Adv3Lite Library Reference Manual
Generated on 15/03/2023 from adv3Lite version 1.6.1