Uses of Class
org.archive.wayback.exception.WaybackException

Packages that use WaybackException
org.archive.wayback   
org.archive.wayback.archivalurl   
org.archive.wayback.core   
org.archive.wayback.exception   
org.archive.wayback.memento   
org.archive.wayback.replay   
org.archive.wayback.replay.swf   
 

Uses of WaybackException in org.archive.wayback
 

Methods in org.archive.wayback with parameters of type WaybackException
 void ExceptionRenderer.renderException(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WaybackRequest wbRequest, WaybackException exception, ResultURIConverter uriConverter)
          Render the contents of a WaybackException in either html, javascript, or css format, depending on the guessed context, so errors in embedded documents do not cause unneeded errors in the embedding document.
 

Methods in org.archive.wayback that throw WaybackException
 void ReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WaybackRequest wbRequest, CaptureSearchResult result, Resource resource, ResultURIConverter uriConverter, CaptureSearchResults results)
          return a resource to the user.
 

Uses of WaybackException in org.archive.wayback.archivalurl
 

Methods in org.archive.wayback.archivalurl that throw WaybackException
 void ArchivalUrlSAXRewriteReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WaybackRequest wbRequest, CaptureSearchResult result, Resource resource, ResultURIConverter uriConverter, CaptureSearchResults results)
           
 

Uses of WaybackException in org.archive.wayback.core
 

Methods in org.archive.wayback.core that return WaybackException
 WaybackException UIResults.getException()
           
 

Constructors in org.archive.wayback.core with parameters of type WaybackException
UIResults(WaybackRequest wbRequest, ResultURIConverter uriConverter, WaybackException exception)
          Constructor for a "exception" UIResults, where little/no context is available.
 

Uses of WaybackException in org.archive.wayback.exception
 

Subclasses of WaybackException in org.archive.wayback.exception
 class AccessControlException
          Exception class for content blocked by robots.txt, etc.
 class AdministrativeAccessControlException
           
 class AnchorWindowTooSmallException
           
 class AuthenticationControlException
          Exception class for content inaccessible due to HTTP auth problems, or user coming from the wrong network.
 class BadContentException
           
 class BadQueryException
          Exception class for malformed user query.
 class BetterRequestException
          Exception class for queries which can be better expressed as another URL, or should, for one reason or another, be requested at a different URL.
 class ConfigurationException
          Exception class for configuration-related problems
 class LiveDocumentNotAvailableException
           
 class LiveWebCacheUnavailableException
           
 class ResourceIndexNotAvailableException
          Exception class for queries which fail because the ResourceIndex is presently inaccessible
 class ResourceNotAvailableException
          Exception class for queries which matching resource is not presently accessible
 class ResourceNotInArchiveException
          Exception class for queries which result in no index matches
 class RobotAccessControlException
           
 

Methods in org.archive.wayback.exception with parameters of type WaybackException
 void BaseExceptionRenderer.renderException(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WaybackRequest wbRequest, WaybackException exception, ResultURIConverter uriConverter)
           
 

Uses of WaybackException in org.archive.wayback.memento
 

Methods in org.archive.wayback.memento that throw WaybackException
 void MementoReplayRendererDecorator.renderResource(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WaybackRequest wbRequest, CaptureSearchResult result, Resource resource, ResultURIConverter uriConverter, CaptureSearchResults results)
           
 

Uses of WaybackException in org.archive.wayback.replay
 

Methods in org.archive.wayback.replay that throw WaybackException
abstract  void ReplayRendererDecorator.renderResource(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WaybackRequest wbRequest, CaptureSearchResult result, Resource resource, ResultURIConverter uriConverter, CaptureSearchResults results)
           
 void JSPReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WaybackRequest wbRequest, CaptureSearchResult result, Resource resource, ResultURIConverter uriConverter, CaptureSearchResults results)
           
 

Uses of WaybackException in org.archive.wayback.replay.swf
 

Methods in org.archive.wayback.replay.swf that throw WaybackException
 void SWFReplayRenderer.renderResource(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, WaybackRequest wbRequest, CaptureSearchResult result, Resource resource, ResultURIConverter uriConverter, CaptureSearchResults results)
           
 



Copyright © 2005-2011 Internet Archive. All Rights Reserved.