![]() |
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. Related information:Error Warning UserNotification Notification Signal Class protocol:testing |
|
ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Sep 2023 03:17:40 GMT
|