RuntimeErrorclass_main.t[777]

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[828]

the VM error number of the exception

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

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

Methods  

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

no description available

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

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

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

TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3