Improve error for missing setter with html:bidir-value
A Pure Java Single-Page App Framework
Brought to you by:
aoliver
If there is a getter but no setter for a property used in html:bidir-value, Flavour reports this error message:
[ERROR] Error calling proxy method org.teavm.flavour.templates.Templates.create(Lorg/teavm/metaprogramming/ReflectClass;Lorg/teavm/metaprogramming/Value;)V: java.lang.reflect.InvocationTargetException
This is not useful for diagnosing the source or resolution of the problem. A better message would indicate one or both of the following:
Fixed in recent commit. To be included in release 0.3.1.
Closing -- fixed in 0.3.1