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