eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'VMInternalError':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: VMInternalError


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Exception
         |
         +--Error
            |
            +--VMInternalError

Package:
stx:libbasic
Category:
Kernel-Exceptions-Errors
Version:
rev: 1.3 date: 2011/09/29 11:19:50
user: cg
file: VMInternalError.st directory: libbasic
module: stx stc-classLibrary: libbasic

Description:


VMInternalError is raised, when VM hits some bad error,
such as corrupted class, corrupted method/selector array, etc.
The message text gives some more information on what happened.
(for example, if you set an objects class to a non-behavior, nil etc.).
It is not guaranteed, that the system is in a working condition once
such an error occurred.

Instance Variables:
    parameter - the object that triggered the error.


Class protocol:

initialization
o  initialize



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 21:35:09 GMT