def __init__(self, descr, data=None):
     FatalErrorPyFoamException.__init__(self, "Parser Error:", descr)
     self.descr = descr
     self.data = data
Exemplo n.º 2
0
 def __init__(self, txt="Size of the arrays differs"):
     FatalErrorPyFoamException.__init__(self, txt)
 def __init__(self,descr,data=None):
     FatalErrorPyFoamException.__init__(self,"Parser Error:",descr)
     self.descr=descr
     self.data=data
Exemplo n.º 4
0
 def __init__(self,app,*text):
      self.app=app
      FatalErrorPyFoamException.__init__(self,*text)
 def __init__(self,txt="Size of the arrays differs"):
     FatalErrorPyFoamException.__init__(self,txt)
Exemplo n.º 6
0
 def __init__(self, app, *text):
     self.app = app
     FatalErrorPyFoamException.__init__(self, *text)