-
Notifications
You must be signed in to change notification settings - Fork 58
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
unable to handle MalformedException #20
Comments
@vishalvishvakarma did you got any solution? |
I clone this project and added all the classes in my project and handle the exception |
@vishalvishvakarma @Ankur008 you can try this way, it prevents the app from crashing
|
@ririlya94 what is the value of containedUrls arraylist? In the line number 3(
), instead of "" , url value will come here? |
@PeggTime yes correct. Sorry for the confusion there. |
I m getting this error and i am unable to handle it
plz help how to handle it i have tried my code with try catch but exception is occur in
your side which i cannot handle
java.lang.RuntimeException: An error occured while executing doInBackground()
java.lang.IllegalArgumentException: Malformed URL
java.net.MalformedURLException: Unknown protocol
The text was updated successfully, but these errors were encountered: