Exemplo n.º 1
0
 def __init__(self, *args):
     r"""
     __init__(KeyAlreadyExistsException self) -> KeyAlreadyExistsException
     __init__(KeyAlreadyExistsException self, KeyAlreadyExistsException arg2) -> KeyAlreadyExistsException
     __init__(KeyAlreadyExistsException self, KeyAlreadyExistsException arg2) -> KeyAlreadyExistsException
     __init__(KeyAlreadyExistsException self, Context c) -> KeyAlreadyExistsException
     __init__(KeyAlreadyExistsException self, std::string const & msg) -> KeyAlreadyExistsException
     __init__(KeyAlreadyExistsException self, Throwable t, Context c) -> KeyAlreadyExistsException
     """
     _coda_except.KeyAlreadyExistsException_swiginit(self, _coda_except.new_KeyAlreadyExistsException(*args))
Exemplo n.º 2
0
 def __init__(self, *args):
     """
     __init__(except::KeyAlreadyExistsException self) -> KeyAlreadyExistsException
     __init__(except::KeyAlreadyExistsException self, Context c) -> KeyAlreadyExistsException
     __init__(except::KeyAlreadyExistsException self, std::string const & msg) -> KeyAlreadyExistsException
     __init__(except::KeyAlreadyExistsException self, Throwable t, Context c) -> KeyAlreadyExistsException
     """
     this = _coda_except.new_KeyAlreadyExistsException(*args)
     try:
         self.this.append(this)
     except:
         self.this = this