Пример #1
0
 def __init__(self, *args):
     r"""
     __init__(InvalidArgumentException self) -> InvalidArgumentException
     __init__(InvalidArgumentException self, InvalidArgumentException arg2) -> InvalidArgumentException
     __init__(InvalidArgumentException self, InvalidArgumentException arg2) -> InvalidArgumentException
     __init__(InvalidArgumentException self, Context c) -> InvalidArgumentException
     __init__(InvalidArgumentException self, std::string const & msg) -> InvalidArgumentException
     __init__(InvalidArgumentException self, Throwable t, Context c) -> InvalidArgumentException
     """
     _coda_except.InvalidArgumentException_swiginit(self, _coda_except.new_InvalidArgumentException(*args))
Пример #2
0
 def __init__(self, *args):
     """
     __init__(except::InvalidArgumentException self) -> InvalidArgumentException
     __init__(except::InvalidArgumentException self, Context c) -> InvalidArgumentException
     __init__(except::InvalidArgumentException self, std::string const & msg) -> InvalidArgumentException
     __init__(except::InvalidArgumentException self, Throwable t, Context c) -> InvalidArgumentException
     """
     this = _coda_except.new_InvalidArgumentException(*args)
     try:
         self.this.append(this)
     except:
         self.this = this