org.autoplot.datasource.HtmlResponseIOException

Allow special exception to be thrown when Html source code is returned when something else was expected. This might happen when: 1. a file reference on autoplot.org is not found, and mediawiki returns an human-readable error page instead of a 404 page. 2. a hotel or coffee house login screen is returned until the user logs in. We can look for this exception type, and present the page instead of a confusing error.

HtmlResponseIOException( String s, java.net.URL url )


getURL

getURL( ) → URL

Returns:

java.net.URL

[search for examples] [view on GitHub] [view on old javadoc] [view source]