java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range. Applications can subclass this class to indicate similar exceptions.
Thrown if trying to access an index which is out of bounds on objects like String, Array, or Vector. Any negative integer less than or equal to -1 and positive integer greater than or equal to the size of the object is an index which would be out of bounds
Solutions on the web
via GitHub by tomtobac
, 1 year agovia GitHub by russr123
, 1 year agovia GitHub by russr123
, 1 year agovia GitHub by CptJackieSparrow
, 1 year agovia GitHub by Dr4mEdo
, 1 year agovia Stack Overflow by Bhuvanesh Arasu
, 3 months agojava.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at com.pokegoapi.main.RequestHandler.sendServerRequests(RequestHandler.java:104)
at com.pokegoapi.api.map.Map.getMapObjects(Map.java:170)
at com.pokegoapi.api.map.Map.getMapObjects(Map.java:147)
at com.pokegoapi.api.map.Map.getMapObjects(Map.java:93)
at ink.abb.pogo.scraper.MainKt$main$$inlined$fixedRateTimer$lambda$lambda$1.invoke(Main.kt:124)
at ink.abb.pogo.scraper.MainKt$main$$inlined$fixedRateTimer$lambda$lambda$1.invoke(Main.kt)
at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:18)