def __init__(self, *args): r""" __init__(IndexOutOfRangeException self) -> IndexOutOfRangeException __init__(IndexOutOfRangeException self, IndexOutOfRangeException arg2) -> IndexOutOfRangeException __init__(IndexOutOfRangeException self, IndexOutOfRangeException arg2) -> IndexOutOfRangeException __init__(IndexOutOfRangeException self, Context c) -> IndexOutOfRangeException __init__(IndexOutOfRangeException self, std::string const & msg) -> IndexOutOfRangeException __init__(IndexOutOfRangeException self, Throwable t, Context c) -> IndexOutOfRangeException """ _coda_except.IndexOutOfRangeException_swiginit(self, _coda_except.new_IndexOutOfRangeException(*args))
def __init__(self, *args): """ __init__(except::IndexOutOfRangeException self) -> IndexOutOfRangeException __init__(except::IndexOutOfRangeException self, Context c) -> IndexOutOfRangeException __init__(except::IndexOutOfRangeException self, std::string const & msg) -> IndexOutOfRangeException __init__(except::IndexOutOfRangeException self, Throwable t, Context c) -> IndexOutOfRangeException """ this = _coda_except.new_IndexOutOfRangeException(*args) try: self.this.append(this) except: self.this = this