CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
cmsBatch.CmsBatchException Class Reference
Inheritance diagram for cmsBatch.CmsBatchException:
Exception

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 value
 

Detailed Description

Exception class for this script

Definition at line 146 of file cmsBatch.py.

Constructor & Destructor Documentation

def cmsBatch.CmsBatchException.__init__ (   self,
  value 
)

Definition at line 149 of file cmsBatch.py.

Member Function Documentation

def cmsBatch.CmsBatchException.__str__ (   self)

Definition at line 152 of file cmsBatch.py.

Member Data Documentation

cmsBatch.CmsBatchException.value

Definition at line 150 of file cmsBatch.py.

Referenced by timeout.TimedOutExc.__str__(), and average.Average.average().