Hey,
I didn't find an information about this problem in the groups:
Got a very confusing error from my java dev point of view:
I'm trying to access methods on a Blip object. For example:
Blip rootBlip = wavelet.getRootBlip();
if (rootBlip != null) {
if (rootBlip.getChildren() != null) { // exception
...
}
}
The Blip object is not null but when I try to use any of the methods
of the Blip all I get is a null pointer exception all the time.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Wave API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---