GenericException.st
branchjv
changeset 17841 7abcc4aef871
parent 17834 04ff72c5039a
child 17845 7e0cfaac936d
equal deleted inserted replaced
17840:a9bb0978dd43 17841:7abcc4aef871
  2294 ! !
  2294 ! !
  2295 
  2295 
  2296 !GenericException class methodsFor:'documentation'!
  2296 !GenericException class methodsFor:'documentation'!
  2297 
  2297 
  2298 version
  2298 version
  2299     ^ '$Id: GenericException.st 10632 2011-04-09 17:19:04Z vranyj1 $'
  2299     ^ '$Id: GenericException.st 10643 2011-06-08 21:53:07Z vranyj1 $'
  2300 !
  2300 !
  2301 
  2301 
  2302 version_CVS
  2302 version_CVS
  2303     ^ 'Header: /var/local/cvs/stx/libbasic/GenericException.st,v 1.130 2011-02-10 11:30:47 cg Exp '
  2303     ^ 'Header: /cvs/stx/stx/libbasic/GenericException.st,v 1.130 2011/02/10 11:30:47 cg Exp '
  2304 !
  2304 !
  2305 
  2305 
  2306 version_SVN
  2306 version_SVN
  2307     ^ '$Id: GenericException.st 10632 2011-04-09 17:19:04Z vranyj1 $'
  2307     ^ '$Id: GenericException.st 10643 2011-06-08 21:53:07Z vranyj1 $'
  2308 ! !
  2308 ! !
  2309 
  2309 
  2310 GenericException initialize!
  2310 GenericException initialize!
  2311 
  2311 
  2312 
  2312 
  2315 
  2315 
  2316 
  2316 
  2317 
  2317 
  2318 
  2318 
  2319 
  2319 
       
  2320