Help with errors from XMLEncoder

C

Cory Musselman

I'm getting the errors below from XMLEncoder. I can't figure out why
I'm getting them can anyone tell me if they've run into them before
and how to fix them.

java.lang.reflect.InvocationTargetException
Continuing ...
java.lang.Exception: discarding statement
FacilityModel0.setCoordinates("1300000
00N0843000000W");
Continuing ...
 
M

Michael Borgwardt

Cory said:
I'm getting the errors below from XMLEncoder. I can't figure out why
I'm getting them can anyone tell me if they've run into them before
and how to fix them.

java.lang.reflect.InvocationTargetException
Continuing ...
java.lang.Exception: discarding statement
FacilityModel0.setCoordinates("1300000
00N0843000000W");
Continuing ...

Looks like a problem with the code of the java bean you're feeding
to XMLEncoder. Considering that it throws an instance of java.lang.Exception
and apparently parses separate arguments (latitude and longitude) as a
concatenated string, it's probably very badly written all over.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top