PositionOutOfBoundsError.st
changeset 6310 38ee9f45d52b
child 7232 1d05a293b8b0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/PositionOutOfBoundsError.st	Thu Dec 13 19:16:48 2001 +0100
@@ -0,0 +1,22 @@
+"{ Package: 'stx:libbasic' }"
+
+StreamError subclass:#PositionOutOfBoundsError
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Kernel-Exceptions-Errors'
+!
+
+!PositionOutOfBoundsError class methodsFor:'documentation'!
+
+documentation
+"
+    raised when an invalid postioning operation is attempted 
+"
+! !
+
+!PositionOutOfBoundsError class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/PositionOutOfBoundsError.st,v 1.1 2001-12-13 18:16:48 cg Exp $'
+! !