Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » java.lang.NoSuchMethodException in ve
java.lang.NoSuchMethodException in ve [message #67149] Fri, 15 October 2004 15:55 Go to next message
Eclipse UserFriend
Originally posted by: sandro.tecsoft.com.br

I created a visual class X inherited of JPanel and another visual class Y
inherited of X. In the plugin ve the class X doesn't problem, but when I
open then class Y, it is happened the exception:
java.lang.NoSuchMethodException:
persistentclassesview.ClassesBasicView.<init>().

Thanks.

Sandro

log file is bellow.

Eclipse 3.0.1
VE 1.0.1



!ENTRY org.eclipse.ve.java.core 2 0 Out 15, 2004 13:12:16.989
!MESSAGE Exception thrown.
!STACK 0
IWAV0073I *** RemoteVM Exception - Trace from Remote VM:
java.lang.NoSuchMethodException:
persistentclassesview.ClassesBasicView.<init>()
at java.lang.Class.getConstructor0(Class.java:1929)
at java.lang.Class.getDeclaredConstructor(Class.java:1293)
at
org.eclipse.jem.internal.proxy.vm.remote.ClassHelper.newInst ance(ClassHelper.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.eclipse.jem.internal.proxy.vm.remote.ConnectionHandler.r un(ConnectionHandler.java:320)
at
org.eclipse.jem.internal.proxy.vm.remote.ConnectionThread.ru n(ConnectionThread.java:47)
Re: java.lang.NoSuchMethodException in ve [message #67442 is a reply to message #67149] Mon, 18 October 2004 18:28 Go to previous message
Eclipse UserFriend
Originally posted by: mendelgili.netscape.net

You should have a null constuctor on Y()
Re: java.lang.NoSuchMethodException in ve [message #601841 is a reply to message #67149] Mon, 18 October 2004 18:28 Go to previous message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
You should have a null constuctor on Y()
Previous Topic:Are there any books about VE?
Next Topic:How to turn off design in Mac OS X?
Goto Forum:
  


Current Time: Sun Dec 22 06:31:33 GMT 2024

Powered by FUDForum. Page generated in 0.04263 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top