eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ObsoleteMethodCallWarning':

Home

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

Class: ObsoleteMethodCallWarning


Inheritance:

   Object
   |
   +--GenericException
      |
      +--ControlInterrupt
         |
         +--HaltInterrupt
            |
            +--ObsoleteMethodCallWarning

Package:
stx:libbasic
Category:
Kernel-Exceptions-Control
Version:
rev: 1.2 date: 2018/05/17 05:29:20
user: cg
file: ObsoleteMethodCallWarning.st directory: libbasic
module: stx stc-classLibrary: libbasic
Author:
Claus Gittinger

Description:


Raised when an obsolete method is called.
Thus used to do a halt; now this separate exception is raised to make it
easier to separately handle this.
Still a kind of programmed debug-breakpoint.


Class protocol:

ignoring
o  ignoreWarningFrom: aContext
add aContext's method to the ignoredWarnings set.
This will stop the warning during this session.

initialization
o  initialize
self initialize.

raising
o  raiseRequestErrorString: errorString



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 18 Apr 2024 01:53:00 GMT