eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'OsError':

Home

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

Class: OsError


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Exception
         |
         +--Error
            |
            +--OsError
               |
               +--OsIllegalOperation
               |
               +--OsInaccessibleError
               |
               +--OsInvalidArgumentsError
               |
               +--OsNeedRetryError
               |
               +--OsNoResourcesError
               |
               +--OsNotification
               |
               +--OsTransferFaultError

Package:
stx:libbasic
Category:
OS-Support
Version:
rev: 1.5 date: 2016/11/28 22:09:56
user: stefan
file: OsError.st directory: libbasic
module: stx stc-classLibrary: libbasic

Class protocol:

initialization
o  initialize

queries
o  mayProceed


Instance protocol:

accessing
o  description
parameter is an OSErrorHolder, if present

usage example(s):

      [  
        (OperatingSystem errorHolderForNumber:22)
             parameter:'bla';
             reportError.
      ] on:OsError do:[:ex|
            ex description inspect.
      ].

o  errorCategory
parameter is an OSErrorHolder, if present

o  errorString
parameter is an OSErrorHolder, if present

o  errorSymbol
parameter is an OSErrorHolder, if present



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 01:24:39 GMT