Smalltalk/X WebserverDocumentation of class 'Exception': | |
Class: ExceptionInheritance:Object | +--GenericException | +--Exception | +--ControlRequest | +--Error
Description:Exception is an abstract superclass of all exceptions in the system, which are not generated by user actions (e.g. keyboard interrupts) nor by errors in the exception system itself. Think twice before subclassing directly from Exception. Consider to subclass from one of Exceptions subclasses Error, Warning, UserNotification... You should also handle Error instead of Exception, since breakpoints, halts and user informational messages are processed as exceptions. The behavior is in GenericException, to allow for some exceptions (UnhandledExceptionException and UserInterrupts) not to be a child of Exception. Class protocol:testing
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:47:27 GMT |