Class: HTTPServerError (WEBrick)

Overview
Module Structure
Class Hierarchy
is a submodule of
module: WEBrick   
has modular siblings
class: ServerError   
class: SimpleServer   
class: Daemon   
class: GenericServer   
class: HTTPServer   
module: HTTPServlet   
class: HTTPRequest   
class: HTTPResponse   
module: HTTPStatus   
module: HTTPUtils   
class: HTTPVersion   
module: HTTPAuth   
module: Config   
module: Utils   
class: CGI   
class: Cookie   
module: HTMLUtils   
class: HTTPProxyServer   
class: BasicLog   
class: Log   
module: AccessLog   
inherits from
  ServerError ( WEBrick )
is defined at
#20 in webrick/httpserver.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: WEBrick
class: ServerError     
class: SimpleServer     
class: Daemon     
class: GenericServer     
class: HTTPServerError     
class: HTTPServer     
module: HTTPServlet     
class: HTTPRequest     
class: HTTPResponse     
module: HTTPStatus     
module: HTTPUtils     
class: HTTPVersion     
module: HTTPAuth     
module: Config     
module: Utils     
class: CGI     
class: Cookie     
module: HTMLUtils     
class: HTTPProxyServer     
class: BasicLog     
class: Log     
module: AccessLog     

Class Hierarchy

Object ( Builtin-Module )
Exception ( Builtin-Module )
StandardError ( Builtin-Module )
ServerError ( WEBrick )
  HTTPServerError     
SimpleServer ( WEBrick )
Daemon ( WEBrick )
GenericServer ( WEBrick )
HTTPServer ( WEBrick )
  HTTPProxyServer     
HTTPRequest ( WEBrick )
HTTPResponse ( WEBrick )
HTTPVersion ( WEBrick )
CGI ( WEBrick )
Cookie ( WEBrick )
BasicLog ( WEBrick )
  Log