This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 158044 - reflect.UndeclaredThrowableException at $Proxy25.userPopupActionPerformed
Summary: reflect.UndeclaredThrowableException at $Proxy25.userPopupActionPerformed
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 22:06 UTC by tonny_logicc
Modified: 2009-02-19 23:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 15473


Attachments
stacktrace (3.04 KB, text/plain)
2009-02-05 22:07 UTC, tonny_logicc
Details
stacktrace (3.04 KB, text/plain)
2009-02-10 13:49 UTC, rbrink
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tonny_logicc 2009-02-05 22:06:55 UTC
Build: NetBeans IDE 6.5 (Build 200812050001)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments:
spaquet: Using ICEFaces visual component for netbeans 6



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy25.userPopupActionPerformed(.java:0)
        at org.netbeans.modules.visualweb.designer.WebForm.fireUserPopupActionPerformed(WebForm.java:2907)
        at org.netbeans.modules.visualweb.designer.InteractionManager$MouseHandler.mousePressed(InteractionManager.java:1935)
        at java.awt.Component.processMouseEvent(Component.java:6038)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
        at java.awt.Component.processEvent(Component.java:5806)
Comment 1 tonny_logicc 2009-02-05 22:07:02 UTC
Created attachment 76633 [details]
stacktrace
Comment 2 rbrink 2009-02-10 13:49:37 UTC
Build: NetBeans IDE Dev (Build 200901270201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.15-1-686-smp, i386

User Comments: 
after rollback some changes in the Design view

Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy29.userPopupActionPerformed(.java:0)
        at org.netbeans.modules.visualweb.designer.WebForm.fireUserPopupActionPerformed(WebForm.java:2912)
        at org.netbeans.modules.visualweb.designer.InteractionManager$MouseHandler.mousePressed(InteractionManager.java:1944)
        at java.awt.Component.processMouseEvent(Component.java:6131)
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
        at java.awt.Component.processEvent(Component.java:5899)
Comment 3 rbrink 2009-02-10 13:49:42 UTC
Created attachment 76790 [details]
stacktrace