ParseFailureExceptionclassparser.t[6948]

Parsing failure exception. This exception is parameterized with message information describing the failure, and can be used to route the failure notification to the issuing actor.

class ParseFailureException :   ParserException

Superclass Tree   (in declaration order)

ParseFailureException
        ParserException
                Exception
                        object

Subclass Tree  

(none)

Global Objects  

(none)

Summary of Properties  

args_  message_ 

Inherited from Exception :
errmsg_ 

Summary of Methods  

construct  displayException  notifyActor 

Inherited from Exception :
getExceptionMessage  showStackTrace 

Properties  

args_parser.t[6975]

the (varargs) parameters to the message

message_parser.t[6972]
the message property ID

Methods  

construct (messageProp, [args])OVERRIDDENparser.t[6949]

no description available

displayException ( )OVERRIDDENparser.t[6969]
Tell the target actor to notify the issuing actor. We route the notification from the target to the issuer in keeping with conversation we're modelling: the issuer asked the target to do something, so the target is now replying with information explaining why the target can't do as asked.

notifyActor (targetActor, issuingActor)parser.t[6957]
notify the issuing actor of the problem

TADS 3 Library Manual
Generated on 8/21/2012 from TADS version 3.1.2