Public Member Functions | Public Attributes
tornado.web.MissingArgumentError Class Reference
Inheritance diagram for tornado.web.MissingArgumentError:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__

Public Attributes

 arg_name

Detailed Description

Exception raised by `RequestHandler.get_argument`.

This is a subclass of `HTTPError`, so if it is uncaught a 400 response
code will be used instead of 500 (and a stack trace will not be logged).

.. versionadded:: 3.1

Definition at line 1978 of file web.py.


Constructor & Destructor Documentation

def tornado.web.MissingArgumentError.__init__ (   self,
  arg_name 
)

Definition at line 1986 of file web.py.


Member Data Documentation

Definition at line 1986 of file web.py.


The documentation for this class was generated from the following file:


rosbridge_server
Author(s): Jonathan Mace
autogenerated on Thu Aug 27 2015 14:50:40