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: "**" #212

Closed
gandulf opened this issue Sep 28, 2014 · 0 comments
Closed

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

gandulf opened this issue Sep 28, 2014 · 0 comments

Comments

@gandulf
Copy link
Owner

gandulf commented Sep 28, 2014

java.lang.NumberFormatException: Invalid int: "**"
    at java.lang.Integer.invalidInt(Integer.java:138)
    at java.lang.Integer.parse(Integer.java:375)
    at java.lang.Integer.parseInt(Integer.java:366)
    at java.lang.Integer.parseInt(Integer.java:332)
    at java.lang.Integer.valueOf(Integer.java:490)
    at com.dsatab.util.Util.parseInteger(Util.java:496)
    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:303)
    at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:68)
    at android.content.AsyncTaskLoader$LoadTask.doInBackground(AsyncTaskLoader.java:56)
    at android.os.AsyncTask$2.call(AsyncTask.java:287)
    at java.util.concurrent.FutureTask.run(FutureTask.java:234)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
    at java.lang.Thread.run(Thread.java:856)
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