aspose file tools
The moose likes Beginning Java and the fly likes ClassCastException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "ClassCastException" Watch "ClassCastException" New topic
Author

ClassCastException

Candy Bortniker
Ranch Hand

Joined: Mar 17, 2003
Posts: 123
I am getting this error ClassCastException: AccountFrame$AccountTransaction. What am I doing wrong?
Maulin Vasavada
Ranch Hand

Joined: Nov 04, 2001
Posts: 1865
Hi Candy
Try to know what object exactly you are getting in the vector as an element via,
System.out.println(transact.elementAt(i).getClass().getName());
and then see if it is really of the type you are looking for. If not then what did cause it to be of different type...
Regards
Maulin


1. Have fun @ http://faq.javaranch.com/java/JavaRaq
2. Looking for simple infix2postfix conversion and postfix evaluation package? Click here
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: ClassCastException
 
Similar Threads
using the getters
writing to file from Vector
accessing the setters/getters
problem with reading data
HttpSession failure