예제 #1
0
 def __init__(self, *args):
     r"""
     __init__(NoSuchReferenceException self) -> NoSuchReferenceException
     __init__(NoSuchReferenceException self, NoSuchReferenceException arg2) -> NoSuchReferenceException
     __init__(NoSuchReferenceException self, NoSuchReferenceException arg2) -> NoSuchReferenceException
     __init__(NoSuchReferenceException self, Context c) -> NoSuchReferenceException
     __init__(NoSuchReferenceException self, std::string const & msg) -> NoSuchReferenceException
     __init__(NoSuchReferenceException self, Throwable t, Context c) -> NoSuchReferenceException
     """
     _coda_except.NoSuchReferenceException_swiginit(self, _coda_except.new_NoSuchReferenceException(*args))
예제 #2
0
 def __init__(self, *args):
     """
     __init__(except::NoSuchReferenceException self) -> NoSuchReferenceException
     __init__(except::NoSuchReferenceException self, Context c) -> NoSuchReferenceException
     __init__(except::NoSuchReferenceException self, std::string const & msg) -> NoSuchReferenceException
     __init__(except::NoSuchReferenceException self, Throwable t, Context c) -> NoSuchReferenceException
     """
     this = _coda_except.new_NoSuchReferenceException(*args)
     try:
         self.this.append(this)
     except:
         self.this = this