We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.StringIndexOutOfBoundsException: String index out of range: -1 My code looks like this
String url=urls.get(options_list.getSelectionModel().getSelectedIndex()); String filename = file.getAbsolutePath(); DownloadManager downloadManager = DownloadManager.getInstance(); DownloadMission mission = new DownloadMission(url,"",filename); downloadManager.addMission(mission); downloadManager.start();
The text was updated successfully, but these errors were encountered:
You may have a problem on the first line of the attached code. Maybe the index is taken wrong
Sorry, something went wrong.
java.lang.StringIndexOutOfBoundsException: String index out of range: -1 My code looks like this String url=urls.get(options_list.getSelectionModel().getSelectedIndex()); String filename = file.getAbsolutePath(); DownloadManager downloadManager = DownloadManager.getInstance(); DownloadMission mission = new DownloadMission(url,"",filename); downloadManager.addMission(mission); downloadManager.start();
please include the complete exception. since it is not clear if the raised exception is even related to the library.
No branches or pull requests
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
My code looks like this
The text was updated successfully, but these errors were encountered: