If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > JAVA > What does this mean: java.lang.ClassCastException

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-21-08, 13:05
wrwelden wrwelden is offline
Registered User
 
Join Date: Oct 2004
Location: Oklahoma City OK -
Posts: 122
What does this mean: java.lang.ClassCastException

What does this mean?
What does this mean: java.lang.ClassCastException

How is this error resolved?

Code:
 
## Detail 0 ##
java.lang.ClassCastException
at oracle.apps.cust.xxdpOrgDesc.server.xxdpOrgDescAMImpl.DeleteOrgDescRow(xxdpOrgDescAMImpl.java:59)
//*** ---- *** This is the row referenced in the error message *** ---- ****

Xxdp00OrgDescriptionsVORowImpl rowi = (Xxdp00OrgDescriptionsVORowImpl)row[i];

//*** ---- *** ----------------------------------------------- *** ---- ****

Thrown to indicate that the code has attempted to cast
an object to a subclass of which it is not an instance.
Reply With Quote
  #2 (permalink)  
Old 05-22-08, 12:33
wrwelden wrwelden is offline
Registered User
 
Join Date: Oct 2004
Location: Oklahoma City OK -
Posts: 122
added the following line to resolve problem

import oracle.apps.cust.xxdpOrgDesc.webui.Xxdp00OrgDescri ptionsVORowImpl;
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On