You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
with a URL that returns a 404 error I see a message logged:
[main] WARN com.gravity.goose.network.HtmlFetcher - com.gravity.goose.network.NotFoundException ==> SERVER RETURNED 404 FOR LINK:
Instead of just logging this exception I would like to catch it and handle it directly in my java code. Is there any way that I can catch and handle Exceptions that relate to HTTP error codes?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to run
with a URL that returns a 404 error I see a message logged:
Instead of just logging this exception I would like to catch it and handle it directly in my java code. Is there any way that I can catch and handle Exceptions that relate to HTTP error codes?
The text was updated successfully, but these errors were encountered: