ParseFailureExceptionclass
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
Inherited from Exception
:
errmsg_
Summary of Methods
construct
displayException
notifyActor
Inherited from Exception
:
getExceptionMessage
showStackTrace
Properties
args_
the (varargs) parameters to the message
message_
the message property ID
Methods
construct (messageProp, [args])
OVERRIDDEN
no description available
displayException ( )
OVERRIDDEN
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)
notify the issuing actor of the problem
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3