java.lang.StringIndexOutOfBoundsException: String ind ex out of range: -15
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
Thrown by the methods of the String class to indicate that an index is either negative, or greater than the size of the string itself. You are probably using the wrong index when accessing substring of the array.
You need to make sure that capitalisation of the case for the plugin in the properties file is exactly: "AllocinePlugin" and not "allocineplugin"
Solutions on the web
via Oracle Community by 807594, 1 year ago
via Stack Overflow by UnderDog
, 2 years agovia Coderanch by ali ak, 1 year ago
via Eclipse Bugzilla by Jason.M.Fox, 1 year ago
via GitHub by Omertron
, 2 years agovia GitHub by xuwei-k
, 2 years agojava.lang.StringIndexOutOfBoundsException: String ind ex out of range: -15
at java.lang.String.substring(String.java:1525)
at TryoutTest.wordDisplay(TryoutTest.java:14)
at TryoutTest.main(TryoutTest.java:26)