|
Smalltalk/X WebserverDocumentation of class 'OSErrorHolder': |
|
|
Class: OSErrorHolderInheritance:Object | +--OSErrorHolder
Description:
This class represents low level operating system errors.
We do not use error numbers, because there may be different errnos
for the same error on different systems.
[instance variables:]
errorSymbol symbol associated with this error
errorCategory symbol defining the error category.
This is in fact a symbol that returns a
Signal when sent to myself.
While the errorSymbol may be different on different platforms,
the errorCategories (which refer to the Signals that will be raised)
are identical.
You can get an OS independent error message for an error by sending
#errorCategoryString.
Related information:
OperatingSystem
Class protocol:Signal constants
Instance protocol:accessing error reporting
|
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Tue, 22 May 2012 21:25:53 GMT
|