rewrote some exception and ensure implementation code

This commit is contained in:
hyunghwan.chung
2016-06-22 13:43:49 +00:00
parent 73885dc552
commit 9c2c0ea6c2
2 changed files with 62 additions and 67 deletions

View File

@ -306,6 +306,14 @@
{
^false.
}
#method handleException: exception
{
('### EXCEPTION NOT HANDLED #### ', exception class name, ' - ', exception messageText) dump.
## TODO: debug the current process???? "
## TODO: ensure to execute ensure blocks as well....
Processor activeProcess terminate.
}
}