kevoree-modeling / framework

The Kevoree Modeling Framework
http://modeling.kevoree.org
GNU General Public License v3.0
42 stars 6 forks source link

TypeScript error/exception handling #9

Closed maxleiko closed 9 years ago

maxleiko commented 9 years ago

All Exception related code should be converted to new Error('...') instead of new java.lang.XXXException('...') so that JavaScript environment display them properly.

dukeboard commented 9 years ago

Fixed in the next version (since 4.24)