CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
errors.ServerNotFoundException Class Reference
Inheritance diagram for errors.ServerNotFoundException:
Exception

Public Member Functions

def __init__ (self, server_name)
 
def __str__ (self)
 

Public Attributes

 server_name
 

Detailed Description

Definition at line 12 of file errors.py.

Constructor & Destructor Documentation

def errors.ServerNotFoundException.__init__ (   self,
  server_name 
)

Definition at line 13 of file errors.py.

13  def __init__(self, server_name):
14  self.server_name = server_name
15 
def __init__(self, server_name)
Definition: errors.py:13

Member Function Documentation

def errors.ServerNotFoundException.__str__ (   self)

Member Data Documentation

errors.ServerNotFoundException.server_name

Definition at line 14 of file errors.py.

Referenced by errors.ServerNotFoundException.__str__().