eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'VMInternalError':

Home

everywhere
www.exept.de
for:
[back]

Class: VMInternalError


Inheritance:

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

Package:
stx:libbasic
Category:
Kernel-Exceptions-Errors
Version:
rev: 1.2 date: 2004/04/23 16:11:23
user: stefan
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 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 04:55:36 GMT