eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ProceedError':

Home

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

Class: ProceedError


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Notification
         |
         +--UserNotification
            |
            +--Warning
               |
               +--ProceedError

Package:
stx:libbasic
Category:
Kernel-Exceptions-Errors
Version:
rev: 1.8 date: 2018/10/26 01:38:22
user: cg
file: ProceedError.st directory: libbasic
module: stx stc-classLibrary: libbasic

Description:


ProceedError is raised to indicate that a handler tried to
proceed an exception marked as nonproceedable.

The parameter is the exception which tried to proceed.

NOTE: In the past ST/X didn't distinguish between proceedable
      and non-proceedable exceptions. To make transistion easier,
      this exception is a warning for now. In a future release of
      ST/X, this exception will be changed to be an error 
      (child of SignalError).
      Please fix your code.


Class protocol:

initialization
o  initialize
self initialize


Instance protocol:

default actions
o  defaultAction
make proceeding from a non-proceedable raise a warning for now.
This will change in future revisions



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 20 Apr 2024 14:19:58 GMT