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.13 date: 2021/11/21 15:57:47
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.

This is bad, since we proceed to code, that is not prepared to be reached!

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 might be changed to be an error 
      (child of SignalError).
      Please fix your code.

copyright

COPYRIGHT (c) 1999 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


Instance protocol:

default actions
o  defaultAction
make proceeding from a non-proceedable print a warning for now.
This may change in future revisions.
cg: no, this will stay as it is.



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Wed, 08 May 2024 22:47:29 GMT