eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SocketErrorNotification':

Home

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

Class: SocketErrorNotification


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Notification
         |
         +--SocketErrorNotification

Package:
stx:libbasic2
Category:
Kernel-Exceptions-Errors
Version:
rev: 1.2 date: 2018/01/19 14:43:48
user: stefan
file: SocketErrorNotification.st directory: libbasic2
module: stx stc-classLibrary: libbasic2
Author:
Stefan Vogel

Description:


This notification is raised, when an error in a Socket operation is detected.
It is used to have a soft transition from old code checking for false
to code catching exceptions.


[instance variables:]
    parameter    - the OSError containing the error number and error string.

[class variables:]


Related information:



Instance protocol:

accessing
o  errorCategory
return the generi OS independent error category.
return #unknown, if this is not an OS error

o  errorCode
return the generi OS independent error category.
return nil, if this is not an OS error

o  osErrorHolder

o  osErrorString
return the generi OS independent error category.
return nil, if this is not an OS error

printing & storing
o  description
lazy initialization - the text is not needed for caught exceptions

o  initializeMessageText
for lazy initialization - the text is not needed for caught exceptions

o  messageText
lazy initialization - the text is not needed for caught exceptions



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 08:03:27 GMT