eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'StreamError':

Home

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

Class: StreamError


Inheritance:

   Object
   |
   +--GenericException
      |
      +--Exception
         |
         +--Error
            |
            +--ProceedableError
               |
               +--StreamError
                  |
                  +--EndOfStreamError
                  |
                  +--IncompleteNextCountError
                  |
                  +--InvalidModeError
                  |
                  +--InvalidOperationError
                  |
                  +--OpenError
                  |
                  +--PositionError
                  |
                  +--PositionOutOfBoundsError
                  |
                  +--ReadError
                  |
                  +--StreamIOError
                  |
                  +--StreamNotOpenError
                  |
                  +--WriteError

Package:
stx:libbasic
Category:
Kernel-Exceptions-Errors
Version:
rev: 1.11 date: 2014/06/10 10:20:23
user: cg
file: StreamError.st directory: libbasic
module: stx stc-classLibrary: libbasic

Description:


The parent of all stream errors.


Instance protocol:

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

o  errorCode

o  errorCode: something

o  osErrorHolder
return the error holder describing an OS error.
return nil, if this is not an OS error

o  osErrorHolder: something

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, 29 Mar 2024 15:13:03 GMT