Exception occurred during event dispatching:java.lang.NoSuchMethodError

My code is not working with JRE 1.3.1_03 but it is working fine with JRE 1.4.2.

Exception occurred during event dispatching:

java.lang.NoSuchMethodError

at com.gefapds.casefile.nbfile.undws.FormatSummary.buildInsuredInfoBlock(FormatSummary.java:134)

at com.gefapds.casefile.nbfile.undws.FormatSummary.createUwSummaryText(FormatSummary.java:1481)

at com.gefapds.casefile.nbfile.undws.UndWs.getUwSummaryText(UndWs.java:1143)

at com.gefapds.undws.control.UndWsControl.saveFinalAction(UndWsControl.java:1131)

at com.gefapds.undws.gui.UndWsGui.saveFinalAction(UndWsGui.java:531)

at com.gefapds.undws.gui.UndWsGui.saveFinalAction(UndWsGui.java:508)

at com.gefapds.undws.gui.UndWsMenuBar$5.actionPerformed(UndWsMenuBar.java:104)

at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)

at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.setPressed(Unknown Source)

at javax.swing.AbstractButton.doClick(Unknown Source)

at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source)

at java.awt.Component.processMouseEvent(Unknown Source)

at java.awt.Component.processEvent(Unknown Source)

at java.awt.Container.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Window.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)

[2335 byte] By [Soma_Sena] at [2007-11-26 22:33:26]
# 1
at com.gefapds.casefile.nbfile.undws.FormatSummary.buildInsuredInfoBlock(FormatSummary.java:134)This is your code I assume. So why can't you look on line 134 and see what method is being called? Because clearly that method does not exist in 1.3.
itchyscratchya at 2007-7-10 11:40:27 > top of Java-index,Desktop,Core GUI APIs...