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