Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
abhay_401
Posts: 185
Registered: 09-02-2010

Exception...

Hi friends,

 

 

Iam getting The exception which shows like dis....

 

 

 

java.lang.illegelstateexception:Field added to a 
manager while it is already parented

 

java.lang.illegelstateexception:Field added to a 
manager while it is already parented

 

 

 

what may d reason.....

Please use plain text.
Developer
KushBB
Posts: 374
Registered: 04-07-2010
My Carrier: Airtel

Re: Exception...

Check these out:

 

http://supportforums.blackberry.com/t5/Java-Development/Exception-Field-added-to-a-manager-while-it-...

 

http://supportforums.blackberry.com/t5/Java-Development/java-lang-illegalstateexception-field-added-...

 

Hope they Help...

Press the Like button (Thumb up) on the left side to thank and
please mark the Thread as solved if its solved...
K.S
Please use plain text.
Developer
patilajayr
Posts: 385
Registered: 07-28-2010
My Carrier: hi

Re: Exception...

Hello abhay,

                   you check your code first debug it. And see on which line you get that exception. There is wrong something like

like this

               hfm.add(vfm)

               vfm.add(hfm)

 

 means you add one manager to another which is already added.

 


Press the Kudos button (star) on the left side to thank and
please mark the Thread as solved if its solved...

 

Thanks

  ajay.

 

Please use plain text.