View Single Post
Old 09-16-2009, 10:29 AM   #2
Cilraaz
Knows Where the Search Button Is
 
Cilraaz's Avatar
 
Join Date: Apr 2008
Location: New Cumberland, PA
Model: 9530
OS: 5.0.0.732
Carrier: Verizon
Posts: 34
Default

Ignore the above. Apparently I only needed 2 more hours to figure it out.

Because I was defining StoreInfo in both InfoInput and InfoViewer, the data object was specific to the class it was defined in (hence the ClassCastException). I've since moved StoreInfo to its own file as a public class and it works fine.
Offline   Reply With Quote