Public Member Functions | Public Attributes | List of all members
ECLAPI.ECLAPIException Class Reference
Inheritance diagram for ECLAPI.ECLAPIException:
ECLAPI.ECLHTTPError

Public Member Functions

def __init__ (self, value)
 
def __str__ (self)
 

Public Attributes

 value
 

Detailed Description

Definition at line 31 of file ECLAPI.py.

Constructor & Destructor Documentation

def ECLAPI.ECLAPIException.__init__ (   self,
  value 
)

Definition at line 32 of file ECLAPI.py.

32  def __init__(self, value):
33  self.value = value
34 
def __init__(self, value)
Definition: ECLAPI.py:32

Member Function Documentation

def ECLAPI.ECLAPIException.__str__ (   self)

Definition at line 35 of file ECLAPI.py.

35  def __str__(self):
36  return repr(self.value)
37 
def __str__(self)
Definition: ECLAPI.py:35

Member Data Documentation

ECLAPI.ECLAPIException.value

Definition at line 33 of file ECLAPI.py.


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