ParseFailureExceptionclassparser.t[6961]

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[6988]

the (varargs) parameters to the message

message_parser.t[6985]
the message property ID

Methods  

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

no description available

displayException ( )OVERRIDDENparser.t[6982]
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[6970]
notify the issuing actor of the problem

TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3