StreamError.st
author Claus Gittinger <cg@exept.de>
Thu, 24 Apr 2003 10:21:14 +0200
changeset 7232 1d05a293b8b0
parent 6210 d7039e2ae776
child 7586 63e4900c8931
permissions -rw-r--r--
comments

"{ Package: 'stx:libbasic' }"

ProceedableError subclass:#StreamError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Kernel-Exceptions-Errors'
!

!StreamError class methodsFor:'documentation'!

documentation
"
    The parent of all stream errors.
"
! !

!StreamError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/StreamError.st,v 1.3 2003-04-24 08:20:17 cg Exp $'
! !