Smalltalk/X WebserverDocumentation of class 'ProceedError': | |
Class: ProceedErrorInheritance:Object | +--GenericException | +--Notification | +--UserNotification | +--Warning | +--ProceedError
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. Class protocol:accessingInstance protocol:default actions
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 08:20:17 GMT |