Hi all!
I have a small question. I've discussed some issues with SmartGWT developer and he stated that thrown Java exception do not become an (uncaught) JavaScript error.
Is this statement correct?
If a do
throw new RuntimeException("throw me!");
at the client side, doesn't GWT compiler transform it into javascript error?
Where can i read more about it, can't find any info.
Thx.