TokErrorNoMatchclass | tok.t[35] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
no match for token
class
TokErrorNoMatch : TokenizerError
Superclass Tree (in declaration order)
TokErrorNoMatch
TokenizerError
Exception
object
Subclass Tree
Global Objects
Summary of Properties
Inherited from Exception
:
errmsg_
Summary of Methods
Inherited from Exception
:
getExceptionMessage
showStackTrace
Properties
curChar_ | tok.t[59] |
current character (first character of remainingStr_)
remainingStr_ | tok.t[56] |
The remainder of the string. This is the part that couldn't be matched; we were successful in matching up to this point.
Methods
construct (str) OVERRIDDEN | tok.t[36] |
no description available
displayException ( ) OVERRIDDEN | tok.t[49] |
for convenience, separately remember the single character that we don't recognize - this is simply the first character of the rest of the line
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3
Generated on 5/16/2013 from TADS version 3.1.3