Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null Pointer in Voice.getSettings #34

Open
GoogleCodeExporter opened this issue Apr 11, 2015 · 1 comment
Open

Null Pointer in Voice.getSettings #34

GoogleCodeExporter opened this issue Apr 11, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Caused by: java.lang.NullPointerException
at java.io.StringReader.<init>(StringReader.java:46)
at gvjava.org.json.JSONTokener.<init>(JSONTokener.java:73)
at gvjava.org.json.JSONObject.<init>(JSONObject.java:311)
at com.techventus.server.voice.datatypes.AllSettings.<init>(AllSettings.java:19)
at com.techventus.server.voice.Voice.getSettings(Voice.java:414)

This came from an Android reported error, so it is difficult to know what 
exactly caused the error.  It seems like an unhandled API error so I just 
wanted to document it.

Original issue reported on code.google.com by malone.j...@gmail.com on 10 Apr 2012 at 2:18

@GoogleCodeExporter
Copy link
Author

Caused by: java.lang.NullPointerException
at java.io.StringReader.<init>(StringReader.java:48)
at gvjava.org.json.JSONTokener.<init>(JSONTokener.java:73)
at gvjava.org.json.JSONObject.<init>(JSONObject.java:311)
at com.techventus.server.voice.datatypes.AllSettings.<init>(AllSettings.java:19)
at com.techventus.server.voice.Voice.getSettings(Voice.java:414)
at com.techventus.locations.PhonePreference.setPhones(PhonePreference.java:477)
at com.techventus.locations.PhonePreference.access$2(PhonePreference.java:473)
at 
com.techventus.locations.PhonePreference$4.doInBackground(PhonePreference.java:2
60)
at 
com.techventus.locations.PhonePreference$4.doInBackground(PhonePreference.java:1
)
at android.os.AsyncTask$2.call(AsyncTask.java:185)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
... 4 more

Original comment by malone.j...@gmail.com on 22 May 2012 at 2:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant