VMime
|
Public Member Functions | |
invalid_argument (const exception &other=NO_EXCEPTION) | |
~invalid_argument () throw () | |
exception * | clone () const |
const char * | name () const throw () |
Public Member Functions inherited from exception | |
exception (const string &what, const exception &other=NO_EXCEPTION) | |
exception (const exception &e) | |
virtual | ~exception () throw () |
void | chainException (const exception &other) |
const exception * | other () const throw () |
Bad argument was passed to the function.
invalid_argument | ( | const exception & | other = NO_EXCEPTION | ) |
Referenced by invalid_argument::clone().
~invalid_argument | ( | ) | ||
throw | ( | |||
) |
|
virtual |
Clone this object.
Reimplemented from exception.
References invalid_argument::invalid_argument().
|
virtual |