ServerPortfolio  2.0
Python parsers and server
 All Classes Namespaces Files Functions Variables Properties Pages
Public Member Functions | Public Attributes | List of all members
serverportfolio.PortfolioException.ParserError Class Reference

Derived class specific to the parsers. More...

Inheritance diagram for serverportfolio.PortfolioException.ParserError:
Inheritance graph
[legend]
Collaboration diagram for serverportfolio.PortfolioException.ParserError:
Collaboration graph
[legend]

Public Member Functions

def __init__
 Constructor. More...
 
def get_format_string
 Produce more informative error message, including traceback. More...
 
- Public Member Functions inherited from serverportfolio.PortfolioException.PortfolioError
def __init__
 Constructor. More...
 
def get_format_string
 

Public Attributes

 stock
 
 action
 
 url
 
- Public Attributes inherited from serverportfolio.PortfolioException.PortfolioError
 extra_message
 
 traceback
 

Detailed Description

Derived class specific to the parsers.


Include specific information: stock, url, action

Definition at line 61 of file PortfolioException.py.

Constructor & Destructor Documentation

def serverportfolio.PortfolioException.ParserError.__init__ (   self,
  message,
  stock,
  action,
  url 
)

Constructor.

Parameters
messagesimple string to describe the error
stockspecify the stock symbols treated
actionEAction name performed
theurl used by WebQuery

Definition at line 71 of file PortfolioException.py.

Member Function Documentation

def serverportfolio.PortfolioException.ParserError.get_format_string (   self)

Member Data Documentation

serverportfolio.PortfolioException.ParserError.action
serverportfolio.PortfolioException.ParserError.stock
serverportfolio.PortfolioException.ParserError.url

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