Python LMF library
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes | List of all members
pylmflib.pylmflib.utils.error_handling.Warning Class Reference

Base class for warnings in this library. More...

Inheritance diagram for pylmflib.pylmflib.utils.error_handling.Warning:

Public Member Functions

def __init__
 Constructor. More...
 
def __str__
 Build the string to be displayed. More...
 

Public Attributes

 msg
 
 frame_info
 

Detailed Description

Base class for warnings in this library.

Definition at line 100 of file error_handling.py.

Constructor & Destructor Documentation

def pylmflib.pylmflib.utils.error_handling.Warning.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgString to be reported to user.
Returns
A Warning instance.

Definition at line 103 of file error_handling.py.

Member Function Documentation

def pylmflib.pylmflib.utils.error_handling.Warning.__str__ (   self)

Build the string to be displayed.

Returns
A Python string.

Definition at line 113 of file error_handling.py.

Member Data Documentation

pylmflib.pylmflib.utils.error_handling.Warning.frame_info

Definition at line 111 of file error_handling.py.

pylmflib.pylmflib.utils.error_handling.Warning.msg

Definition at line 108 of file error_handling.py.


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