TokErrorNoMatchclasstok.t[35]

no match for token

class TokErrorNoMatch :   TokenizerError

Superclass Tree   (in declaration order)

TokErrorNoMatch
        TokenizerError
                Exception
                        object

Subclass Tree  

(none)

Global Objects  

(none)

Summary of Properties  

curChar_  remainingStr_ 

Inherited from Exception :
errmsg_ 

Summary of Methods  

construct  displayException 

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)OVERRIDDENtok.t[36]

no description available

displayException ( )OVERRIDDENtok.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