Object.st
changeset 21375 811ebd679ae7
parent 21351 d665beaa0671
child 21382 3e2fd51cbc0c
equal deleted inserted replaced
21374:f7820456972c 21375:811ebd679ae7
   619     "VW compatibility"
   619     "VW compatibility"
   620 
   620 
   621     "/ kept in libbasic package, because it is used by the refactory code
   621     "/ kept in libbasic package, because it is used by the refactory code
   622     self errorKeyNotFound:aKey.
   622     self errorKeyNotFound:aKey.
   623 ! !
   623 ! !
       
   624 
   624 
   625 
   625 
   626 
   626 !Object methodsFor:'accessing'!
   627 !Object methodsFor:'accessing'!
   627 
   628 
   628 _at:index
   629 _at:index
  4221      (usually when storing into Strings).
  4222      (usually when storing into Strings).
  4222      The error is reported by raising the ElementBoundsError exception."
  4223      The error is reported by raising the ElementBoundsError exception."
  4223 
  4224 
  4224     <resource: #skipInDebuggersWalkBack>
  4225     <resource: #skipInDebuggersWalkBack>
  4225 
  4226 
  4226     ^ ElementBoundsError raise
  4227     ^ ElementBoundsError raiseErrorString:' - element must be a character'
  4227 
  4228 
  4228     "Modified: 8.5.1996 / 09:12:49 / cg"
  4229     "Modified: / 08-05-1996 / 09:12:49 / cg"
       
  4230     "Modified: / 07-02-2017 / 20:09:42 / stefan"
  4229 !
  4231 !
  4230 
  4232 
  4231 elementNotInteger
  4233 elementNotInteger
  4232     "{ Pragma: +optSpace }"
  4234     "{ Pragma: +optSpace }"
  4233 
  4235 
  4235      (in collections that store integers only).
  4237      (in collections that store integers only).
  4236      The error is reported by raising the ElementOutOfBoundsSignal exception."
  4238      The error is reported by raising the ElementOutOfBoundsSignal exception."
  4237 
  4239 
  4238     <resource: #skipInDebuggersWalkBack>
  4240     <resource: #skipInDebuggersWalkBack>
  4239 
  4241 
  4240     ^ ElementBoundsError raise
  4242     ^ ElementBoundsError raiseErrorString:' - element must be an integer'
  4241 
  4243 
  4242     "Modified: 8.5.1996 / 09:12:51 / cg"
  4244     "Modified: / 08-05-1996 / 09:12:51 / cg"
       
  4245     "Modified: / 07-02-2017 / 20:09:58 / stefan"
  4243 !
  4246 !
  4244 
  4247 
  4245 error
  4248 error
  4246     "{ Pragma: +optSpace }"
  4249     "{ Pragma: +optSpace }"
  4247 
  4250