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

java.lang.NumberFormatException: Invalid int: "**" #217

Closed
gandulf opened this issue Oct 4, 2014 · 0 comments
Closed

java.lang.NumberFormatException: Invalid int: "**" #217

gandulf opened this issue Oct 4, 2014 · 0 comments

Comments

@gandulf
Copy link
Owner

gandulf commented Oct 4, 2014

java.lang.NumberFormatException: Invalid int: "**"
    at java.lang.Integer.invalidInt(Integer.java:137)
    at java.lang.Integer.parse(Integer.java:374)
    at java.lang.Integer.parseInt(Integer.java:365)
    at java.lang.Integer.parseInt(Integer.java:331)
    at java.lang.Integer.valueOf(Integer.java:489)
    at com.dsatab.util.Util.parseInteger(Util.java:495)
    at com.dsatab.data.ProbeInfo.applyProbePattern(ProbeInfo.java:97)
    at com.dsatab.data.Spell.setProbePattern(Spell.java:136)
    at com.dsatab.xml.HeldenXmlParser.fillSpells(HeldenXmlParser.java:1146)
    at com.dsatab.xml.HeldenXmlParser.readHero(HeldenXmlParser.java:190)
    at com.dsatab.data.HeroLoaderTask.loadInBackground(HeroLoaderTask.java:91)
    at com.dsatab.data.HeroLoaderTask.loadInBackground(HeroLoaderTask.java:19)
    at android.content.AsyncTaskLoader.onLoadInBackground(AsyncTaskLoader.java:312)
    at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:69)
    at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:57)
    at android.os.AsyncTask$2.call(AsyncTask.java:288)
    at java.util.concurrent.FutureTask.run(FutureTask.java:237)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
    at java.lang.Thread.run(Thread.java:841)
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