This happens at thiis particular line String phone = tokens4.nextToken().trim();
When I try to run it in debug mode and try to inspect its value. The tokens4.nextToken() is null. So trying to trim a null String leads to NPE. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib User Group" 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/SMSLib?hl=en -~----------~----~----~----~------~----~------~--~---
