|
Smalltalk/X WebserverDocumentation of class 'VMInternalError': |
|
|
Class: VMInternalErrorInheritance:Object | +--GenericException | +--Exception | +--Error | +--VMInternalError
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 |
|
|
ST/X 7.1.0.0; WebServer 1.663 at exept.de:8081; Wed, 17 Dec 2025 10:08:43 GMT
|