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.4 date: 2021/11/21 10:03:30
user: cg
file: ObsoleteMethodCallWarning.st directory: libbasic
module: stx stc-classLibrary: libbasic

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.

copyright

COPYRIGHT (c) 2016 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Class protocol:

accessing
o  defaultNotifierString

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

raising
o  raiseRequestErrorString: errorString
(comment from inherited method)
raise a signal proceedable.
The argument, aString is used as messageText.



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:15:12 GMT