VMime
|
Public Member Functions | |
malformed_url (const string &error, const exception &other=NO_EXCEPTION) | |
~malformed_url () throw () | |
exception * | clone () const |
const char * | name () const throw () |
![]() | |
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 () |
The URL is malformed.
malformed_url | ( | const string & | error, |
const exception & | other = NO_EXCEPTION |
||
) |
Referenced by malformed_url::clone().
~malformed_url | ( | ) | ||
throw | ( | |||
) |
|
virtual |
Clone this object.
Reimplemented from exception.
References malformed_url::malformed_url().
|
virtual |