vm/src/test/java/org/apidesign/vm4brwsr/ExceptionsTest.java
Mon, 11 Feb 2013 12:46:43 +0100 Encapsulation. Moving shared code into TestVM instance.
Thu, 10 Jan 2013 13:09:19 +0100 catch (Throwable t) caches everything (as usual in Java) including JavaScript own errors.
Thu, 03 Jan 2013 11:20:40 +0100 Using 's' instead of Ljava_lang_String_2
Mon, 31 Dec 2012 17:50:27 +0100 Finally block is supported
Mon, 31 Dec 2012 12:44:51 +0100 Multiple exceptions in a single method supported
Sat, 08 Dec 2012 10:32:04 +0100 'synched w/ trunk'
Sat, 08 Dec 2012 08:50:32 +0100 Fixing unit test.
Sat, 08 Dec 2012 08:19:46 +0100 Original version of exception handling.