eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'MissingClassInLiteralArrayErrorSignal':

Home

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

Class: MissingClassInLiteralArrayErrorSignal


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Exception
         |
         +--Error
            |
            +--ProceedableError
               |
               +--ExecutionError
                  |
                  +--NotFoundError
                     |
                     +--MissingClassInLiteralArrayErrorSignal

Package:
stx:libbasic
Category:
Kernel-Exceptions-Errors
Version:
rev: 1.1 date: 2016/05/12 15:28:58
user: cg
file: MissingClassInLiteralArrayErrorSignal.st directory: libbasic
module: stx stc-classLibrary: libbasic
Author:
cg

Description:


raised when decoding a literal array spec,
when a non-existing class is encountered.
i.e. a spec-element of the form 
    (ClassNameSymbol args...),
where ClassNameSymbol refers to a non-existing class

(used to be a signal in SeqColl).



Class protocol:

initialization
o  initialize


Instance protocol:

accessing
o  missingClassName
the bad class name

printing & storing
o  description



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 08:22:52 GMT