Beispiel #1
0
 def __init__(self, *args):
     r"""
     __init__(FileNotFoundException self) -> FileNotFoundException
     __init__(FileNotFoundException self, FileNotFoundException arg2) -> FileNotFoundException
     __init__(FileNotFoundException self, FileNotFoundException arg2) -> FileNotFoundException
     __init__(FileNotFoundException self, Context c) -> FileNotFoundException
     __init__(FileNotFoundException self, std::string const & msg) -> FileNotFoundException
     __init__(FileNotFoundException self, Throwable t, Context c) -> FileNotFoundException
     """
     _coda_except.FileNotFoundException_swiginit(self, _coda_except.new_FileNotFoundException(*args))
Beispiel #2
0
 def __init__(self, *args):
     """
     __init__(except::FileNotFoundException self) -> FileNotFoundException
     __init__(except::FileNotFoundException self, Context c) -> FileNotFoundException
     __init__(except::FileNotFoundException self, std::string const & msg) -> FileNotFoundException
     __init__(except::FileNotFoundException self, Throwable t, Context c) -> FileNotFoundException
     """
     this = _coda_except.new_FileNotFoundException(*args)
     try:
         self.this.append(this)
     except:
         self.this = this