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)
|