VMime
unsupportedCertificateTypeException Class Reference
Inheritance diagram for unsupportedCertificateTypeException:
Collaboration diagram for unsupportedCertificateTypeException:

Public Member Functions

 unsupportedCertificateTypeException (const string &type)
 
 ~unsupportedCertificateTypeException () throw ()
 
exceptionclone () const
 
- Public Member Functions inherited from certificateException
 certificateException ()
 
 certificateException (const std::string &what)
 
 ~certificateException () throw ()
 
void setCertificate (shared_ptr< certificate > cert)
 
shared_ptr< certificategetCertificate ()
 
- 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 exceptionother () const throw ()
 
virtual const char * name () const throw ()
 

Detailed Description

Thrown when a certificate is of unsupported format.

Constructor & Destructor Documentation

Constructs a unsupportedCertificateTypeException.

Parameters
typecertificate type

Referenced by unsupportedCertificateTypeException::clone().

Member Function Documentation

exception * clone ( ) const
virtual

Clone this object.

Returns
a new copy of this object

Reimplemented from certificateException.

References unsupportedCertificateTypeException::unsupportedCertificateTypeException().


The documentation for this class was generated from the following files: