ParseFailureExceptionclass | parser.t[6961] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
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
Global Objects
Summary of Properties
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]) OVERRIDDEN | parser.t[6962] |
no description available
displayException ( ) OVERRIDDEN | parser.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
Generated on 5/16/2013 from TADS version 3.1.3