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.