-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
beta2
-
generic
-
generic
New and improved handling of reflection code in Merlin now results in exceptions wrapped as instantiation exception. Previously the exception thrown by the invokded code was propagated upwards. In many cases this may result in loss of useful information unless we do initCause(exception).