what do you want?
Write exception in Smalltalk?
for exceptions read :
https://gforge.inria.fr/frs/download.php/26600/PBE2-Exceptions-2010-03-02.p…
in a nutshell
try {}catch{}
=>
[self doThat] on: Error do: [:exception | self doWhatheverYouwantwith: exception]
On Aug 31, 2010, at 7:08 PM, Felipe Ignacio Valverde Campos wrote:
Hi, how can i get the invoked methods into the
try{...}/catch{...} ?
in moose you have to query the try catch
browse a simple model with a try catch to see how this is extracted.
and LOC, attributes, etc... from those codes
thanks!
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev