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
There is at least one known case of throwingIllegalArgumentException:
IllegalArgumentException
java.lang.IllegalArgumentException: Malformed URL: htttps://www.packtpub.com/packt/offers/free-learning at org.jsoup.helper.HttpConnection.url(HttpConnection.java:136) at org.jsoup.helper.HttpConnection.connect(HttpConnection.java:76) at org.jsoup.Jsoup.connect(Jsoup.java:73) [...] Caused by: java.net.MalformedURLException: unknown protocol: htttps at java.net.URL.<init>(URL.java:600) at java.net.URL.<init>(URL.java:490) at java.net.URL.<init>(URL.java:439) at org.jsoup.helper.HttpConnection.url(HttpConnection.java:134)
In this case, the IllegalArgumentException is caused by MalformedURLException.
The handler should:
The text was updated successfully, but these errors were encountered:
Won't be done for now.
Sorry, something went wrong.
No branches or pull requests
There is at least one known case of throwing
IllegalArgumentException
:In this case, the IllegalArgumentException is caused by MalformedURLException.
The handler should:
The text was updated successfully, but these errors were encountered: