# HG changeset patch # User Claus Gittinger # Date 1363218234 -3600 # Node ID 07c05703fd463721e0bb56c997cf9ba256833745 # Parent 9fa6e5ddbfda00dcfca5cd9234bf66615818a226 added documentation diff -r 9fa6e5ddbfda -r 07c05703fd46 RangeError.st --- a/RangeError.st Thu Mar 14 00:43:48 2013 +0100 +++ b/RangeError.st Thu Mar 14 00:43:54 2013 +0100 @@ -9,7 +9,6 @@ other person. No title to or ownership of the software is hereby transferred. " - "{ Package: 'stx:libbasic' }" ArithmeticError subclass:#RangeError @@ -33,6 +32,13 @@ other person. No title to or ownership of the software is hereby transferred. " +! + +documentation +" + abstract superclass for errors raised when the function-result + is not within the allowed range. +" ! ! !RangeError class methodsFor:'initialization'! @@ -44,7 +50,8 @@ !RangeError class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/RangeError.st,v 1.4 2003-08-29 19:15:21 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/RangeError.st,v 1.5 2013-03-13 23:43:54 cg Exp $' ! ! + RangeError initialize!