VMime
|
Public Member Functions | |
no_expeditor (const exception &other=NO_EXCEPTION) | |
~no_expeditor () 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 () |
No expeditor specified.
no_expeditor | ( | const exception & | other = NO_EXCEPTION | ) |
Referenced by no_expeditor::clone().
~no_expeditor | ( | ) | ||
throw | ( | |||
) |
|
virtual |
Clone this object.
Reimplemented from exception.
References no_expeditor::no_expeditor().
|
virtual |