From: David C. <dc...@ma...> - 2003-02-12 11:14:04
|
You're absolutely correct. My bad. I need to see how well Eclipse's JDK version "compatibilty" works. Garth Dahlstrom wrote: >Looks like JDK's before 1.4 don't like certain formats of RuntimeException... > >These are the two build error I get when I try on Linux... >they go away if I comment the lines starting with super. > >Kind Status Priority Description Resource In Folder Location >Error The constructor java.lang.RuntimeException(java.lang.String, >java.lang.Throwable) is undefined ChainedException.java >net.sourceforge.xmlceclipse.core/src/net/sourceforge/xmlceclipse/core/util >line 7 in ChainedException.ChainedException(String, Throwable) >Error The constructor java.lang.RuntimeException(java.lang.Throwable) >is undefined ChainedException.java >net.sourceforge.xmlceclipse.core/src/net/sourceforge/xmlceclipse/core/util >line 11 in ChainedException.ChainedException(Throwable) > > > > >------------------------------------------------------- >This SF.NET email is sponsored by: >SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >http://www.vasoftware.com >_______________________________________________ >Xmlceclipse-development mailing list >Xml...@li... >https://lists.sourceforge.net/lists/listinfo/xmlceclipse-development > > > |