RuntimeErrorclass_main.t[707]

RuntimeError exception class. The VM creates and throws an instance of this class when any run-time error occurs. The VM explicitly sets the exceptionMessage property to a string giving the VM error message for the run-time error that occurred.

class RuntimeError :   Exception

Superclass Tree   (in declaration order)

RuntimeError
        Exception
                object

Subclass Tree  

(none)

Global Objects  

(none)

Summary of Properties  

errno_  exceptionMessage  stack_ 

Summary of Methods  

construct  displayException  isDebuggerSignal 

Inherited from Exception :
showStackTrace 

Properties  

errno__main.t[757]

the VM error number of the exception

exceptionMessage_main.t[760]
the exception message, provided to us by the VM after creation

stack__main.t[763]
the stack trace, which we store at the time we're created

Methods  

construct (errno, ...)_main.t[708]

no description available

displayException ( )OVERRIDDEN_main.t[731]
display the exception

isDebuggerSignal ( )_main.t[741]
check to see if it's a debugger signal of some kind

TADS 3 Library Manual
Generated on 4/11/2008 from TADS version 3.0.16