GenericException.st
changeset 16248 933761e57891
parent 16224 2194bc886b30
child 16500 f23b937921c5
equal deleted inserted replaced
16247:91197d01d272 16248:933761e57891
   219 
   219 
   220     <resource: #skipInDebuggersWalkBack>
   220     <resource: #skipInDebuggersWalkBack>
   221 
   221 
   222     self raiseErrorString:messageText
   222     self raiseErrorString:messageText
   223 ! !
   223 ! !
       
   224 
   224 
   225 
   225 !GenericException class methodsFor:'accessing'!
   226 !GenericException class methodsFor:'accessing'!
   226 
   227 
   227 errorString
   228 errorString
   228     "#errorString is deprecated, use description instead"
   229     "#errorString is deprecated, use description instead"
  1269 !
  1270 !
  1270 
  1271 
  1271 isResumable
  1272 isResumable
  1272     "return true, if the exception is resumable"
  1273     "return true, if the exception is resumable"
  1273 
  1274 
  1274     ^ proceedable
  1275     ^ self mayProceed
  1275 
  1276 
  1276     "Modified: / 2.3.1998 / 12:20:43 / stefan"
  1277     "Modified: / 2.3.1998 / 12:20:43 / stefan"
  1277 !
  1278 !
  1278 
  1279 
  1279 isResumable:aBoolean
  1280 isResumable:aBoolean
  2362 ! !
  2363 ! !
  2363 
  2364 
  2364 !GenericException class methodsFor:'documentation'!
  2365 !GenericException class methodsFor:'documentation'!
  2365 
  2366 
  2366 version
  2367 version
  2367     ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.152 2014-03-05 21:36:23 cg Exp $'
  2368     ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.153 2014-03-11 09:27:34 stefan Exp $'
  2368 !
  2369 !
  2369 
  2370 
  2370 version_CVS
  2371 version_CVS
  2371     ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.152 2014-03-05 21:36:23 cg Exp $'
  2372     ^ '$Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.153 2014-03-11 09:27:34 stefan Exp $'
  2372 ! !
  2373 ! !
  2373 
  2374 
  2374 
  2375 
  2375 GenericException initialize!
  2376 GenericException initialize!