Uses of Class
org.htmlunit.FailingHttpStatusCodeException
Packages that use FailingHttpStatusCodeException
Package
Description
Framework classes (contains the 
WebClient
 class which is the main entry point).Classes specific to HTML pages, particularly the 
HtmlPage which represents
 an HTML document and provides access to its content.- 
Uses of FailingHttpStatusCodeException in org.htmlunitMethods in org.htmlunit that throw FailingHttpStatusCodeExceptionModifier and TypeMethodDescription<P extends Page>
 PConvenient method to build a URL and load it into the current WebWindow as it would be done byWebClient.getPage(WebWindow, WebRequest).<P extends Page>
 PConvenient method to load a URL into the current top WebWindow as it would be done byWebClient.getPage(WebWindow, WebRequest).<P extends Page>
 PWebClient.getPage(WebRequest request) Convenient method to load a web request into the current top WebWindow.<P extends Page>
 PWebClient.getPage(WebWindow webWindow, WebRequest webRequest) Send a request to a server and return a Page that represents the response from the server.voidWebClient.loadDownloadedResponses()INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
 Loads downloaded responses into the corresponding windows.WebClient.loadWebResponseInto(WebResponse webResponse, WebWindow webWindow) Creates a page based on the specified response and inserts it into the specified window.WebClient.loadWebResponseInto(WebResponse webResponse, WebWindow webWindow, String forceAttachmentWithFilename) INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
- 
Uses of FailingHttpStatusCodeException in org.htmlunit.htmlMethods in org.htmlunit.html that throw FailingHttpStatusCodeExceptionModifier and TypeMethodDescriptionvoidHtmlPage.initialize()Initialize this page.voidBaseFrameElement.loadInnerPage()INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
 Called after the node for theframeoriframehas been added to the containing page.