Esempio n. 1
0
 def __init__(self,what):
     GangaException.__init__(self)
     self.what = what
Esempio n. 2
0
 def __init__(self, x=''):
     GangaException.__init__(self, x)
Esempio n. 3
0
 def __init__(self, excpt, message):
     GangaException.__init__(self, excpt, message)
     self.message = message
     self.excpt = excpt
Esempio n. 4
0
 def __init__(self, message, dirac_id = None, job_id = None):
     GangaException.__init__(self, message)
     self.dirac_id = dirac_id
     self.job_id = job_id
Esempio n. 5
0
 def __init__(self, x=''):
     GangaException.__init__(self, x)
Esempio n. 6
0
 def __init__(self, what=''):
     GangaException.__init__(self, what)
     self.what = what
Esempio n. 7
0
 def __init__(self, message=''):
     GangaException.__init__(self, message)
     self.message = message
Esempio n. 8
0
 def __init__(self, excpt, message):
     GangaException.__init__(self, excpt, message)
     self.message = message
     self.excpt = excpt
Esempio n. 9
0
    def __init__(self, x): GangaException.__init__(self, x)


class ISplitter(GangaObject):
Esempio n. 10
0
 def __init__(self, txt=''):
     GangaException.__init__(self, txt)
     self.txt = txt