• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

StackOverFlowError in Iterator !! Please Help !!

 
Ranch Hand
Posts: 196
Android Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator



I am getting this Strange Error when converting a Collection to Array . I wonder why KeyIterator constructor is recursively called. Please help me if anyone has a clue about it..

Thanks in Advance !!!
 
Ranch Hand
Posts: 37
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

karthick chinnathambi wrote:


I am getting this Strange Error when converting a Collection to Array . I wonder why KeyIterator constructor is recursively called. Please help me if anyone has a clue about it..

Thanks in Advance !!!



Why didn't you post the code causing the error?
 
karthick chinnathambi
Ranch Hand
Posts: 196
Android Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually that code is confidential.. That's why i didn't.... I figured out that it was because of something else.. Two other fucntions where repeatedly calling each other without any exit point.

Thanks anyway for the reply..
 
reply
    Bookmark Topic Watch Topic
  • New Topic