RuntimeErrorclass_main.t[739]

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  

RuntimeError
        StorageServerError

Global Objects  

(none)

Summary of Properties  

errno_  exceptionMessage  stack_ 

Inherited from Exception :
errmsg_ 

Summary of Methods  

construct  displayException  isDebuggerSignal  newRuntimeError 

Inherited from Exception :
getExceptionMessage  showStackTrace 

Properties  

errno__main.t[790]

the VM error number of the exception

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

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

Methods  

construct (errno, ...)OVERRIDDEN_main.t[740]

no description available

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

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

newRuntimeError (errno, msg)_main.t[763]
create a runtime error with a given error message

TADS 3 Library Manual
Generated on 12/22/2011 from TADS version 3.1.0