ServerPortfolio
2.0
Python parsers and server
|
Base class of the custom exceptions. More...
Public Member Functions | |
def | __init__ |
Constructor. More... | |
def | get_format_string |
Public Attributes | |
extra_message | |
traceback | |
Base class of the custom exceptions.
Exception expects one argument *args (tuple)
Can access with e.args, e.message works only with one argument.
Definition at line 22 of file PortfolioException.py.
def serverportfolio.PortfolioException.PortfolioError.__init__ | ( | self, | |
message, | |||
extra_message = None |
|||
) |
Constructor.
message | main string to report the error |
extra_message | additional, will be append to message by a call to get_format_string |
Definition at line 29 of file PortfolioException.py.
def serverportfolio.PortfolioException.PortfolioError.get_format_string | ( | self | ) |
serverportfolio.PortfolioException.PortfolioError.extra_message |
Definition at line 34 of file PortfolioException.py.
Referenced by serverportfolio.PortfolioException.PortfolioError.get_format_string().
serverportfolio.PortfolioException.PortfolioError.traceback |