ParseFailureExceptionclassparser.t[6673]

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_ 

Summary of Methods  

construct  displayException  notifyActor 

Inherited from Exception :
showStackTrace 

Properties  

args_parser.t[6700]

the (varargs) parameters to the message

message_parser.t[6697]
the message property ID

Methods  

construct (messageProp, [args])parser.t[6674]

no description available

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

TADS 3 Library Manual
Generated on 7/19/2007 from TADS version 3.0.15.1