Public Member Functions | List of all members
RemoveMathFromGDML.ConfigurationError Class Reference
Inheritance diagram for RemoveMathFromGDML.ConfigurationError:

Public Member Functions

def __init__ (self, args, kargs)
 

Detailed Description

Definition at line 65 of file RemoveMathFromGDML.py.

Constructor & Destructor Documentation

def RemoveMathFromGDML.ConfigurationError.__init__ (   self,
  args,
  kargs 
)

Definition at line 66 of file RemoveMathFromGDML.py.

66  def __init__(self, *args, **kargs):
67  RuntimeError.__init__(self, *args, **kargs);
68 # class ConfigurationError
69 
70 

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