|
VMime
|


Public Member Functions | |
| unsupportedCertificateTypeException (const string &type) | |
| ~unsupportedCertificateTypeException () throw () | |
| exception * | clone () const |
Public Member Functions inherited from certificateException | |
| certificateException () | |
| certificateException (const std::string &what) | |
| ~certificateException () throw () | |
| void | setCertificate (shared_ptr< certificate > cert) |
| shared_ptr< certificate > | getCertificate () |
| shared_ptr< const certificate > | getCertificate () const |
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 () |
| virtual const char * | name () const throw () |
Thrown when a certificate is of unsupported format.
| unsupportedCertificateTypeException | ( | const string & | type | ) |
Constructs a unsupportedCertificateTypeException.
| type | certificate type |
Referenced by unsupportedCertificateTypeException::clone().
| ~unsupportedCertificateTypeException | ( | ) | ||
| throw | ( | |||
| ) | ||||
|
virtual |
Clone this object.
Reimplemented from certificateException.
References unsupportedCertificateTypeException::unsupportedCertificateTypeException().