java.lang.UnsupportedOperationException: ProxySignatureClass can not create instance object
Hi,
I'm desperatly trying to use reflection on my GWT project.
My program throws the Exception I reported on subject. What's the meaning of that?
I'm wanderin' if any object I use on my Reflectable class should be reflectable.
The object I'm trying to call is a GWT graphic object, exactly a Window.
Thank you all
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
java.lang.UnsupportedOperationException: ProxySignatureClass can not create instance object
Hi,
I'm desperatly trying to use reflection on my GWT project.
My program throws the Exception I reported on subject. What's the meaning of that?
I'm wanderin' if any object I use on my Reflectable class should be reflectable.
The object I'm trying to call is a GWT graphic object, exactly a Window.
Thank you all