Ejemplo n.º 1
0
 def __init__(self, *args):
     r"""
     __init__(ParseException self) -> ParseException
     __init__(ParseException self, ParseException arg2) -> ParseException
     __init__(ParseException self, ParseException arg2) -> ParseException
     __init__(ParseException self, Context c) -> ParseException
     __init__(ParseException self, std::string const & msg) -> ParseException
     __init__(ParseException self, Throwable t, Context c) -> ParseException
     """
     _coda_except.ParseException_swiginit(self, _coda_except.new_ParseException(*args))
Ejemplo n.º 2
0
 def __init__(self, *args):
     """
     __init__(except::ParseException self) -> ParseException
     __init__(except::ParseException self, Context c) -> ParseException
     __init__(except::ParseException self, std::string const & msg) -> ParseException
     __init__(except::ParseException self, Throwable t, Context c) -> ParseException
     """
     this = _coda_except.new_ParseException(*args)
     try:
         self.this.append(this)
     except:
         self.this = this