Uses of Class
dods.servlet.BadURLException

Packages that use BadURLException
dods.servlet This package contains the core code for the DODS servlet engine. 
 

Uses of BadURLException in dods.servlet
 

Methods in dods.servlet that throw BadURLException
protected  ReqState DODSServlet.processDodsURL(javax.servlet.http.HttpServletRequest request)
          Deprecated. This method has been moved to the ReqState object and is no longer needed here.
 

Constructors in dods.servlet that throw BadURLException
ReqState(javax.servlet.http.HttpServletRequest myRequest, javax.servlet.ServletConfig sc, java.lang.String serverClassName)