Ice 3.7 C++11 API Reference
Public Member Functions | Public Attributes | List of all members
IceSSL::CertificateEncodingException Class Reference

Thrown if the certificate cannot be encoded. More...

#include <IceSSL/IceSSL.h>

Inheritance diagram for IceSSL::CertificateEncodingException:
Inheritance graph
[legend]
Collaboration diagram for IceSSL::CertificateEncodingException:
Collaboration graph
[legend]

Public Member Functions

 CertificateEncodingException (const char *, int, const std::string &)
 
virtual std::string ice_id () const
 Returns the type ID of this exception. More...
 
virtual ~CertificateEncodingException () throw ()
 
- Public Member Functions inherited from IceUtil::ExceptionHelper< CertificateEncodingException >
std::unique_ptr< CertificateEncodingException > ice_clone () const
 
virtual void ice_throw () const override
 Throws this exception. More...
 
- Public Member Functions inherited from IceUtil::Exception
 Exception ()
 Constructs the exception. More...
 
 Exception (const char *file, int line)
 Constructs the exception. More...
 
std::unique_ptr< Exceptionice_clone () const
 Returns a shallow polymorphic copy of this exception. More...
 
const char * ice_file () const
 Returns the name of the file where this exception was constructed. More...
 
int ice_line () const
 Returns the line number where this exception was constructed. More...
 
virtual void ice_print (std::ostream &os) const
 Outputs a description of this exception to a stream. More...
 
std::string ice_stackTrace () const
 Returns the stack trace at the point this exception was constructed. More...
 
virtual void ice_throw () const =0
 Throws this exception. More...
 
virtual const char * what () const throw ()
 Returns a description of this exception. More...
 
virtual ~Exception ()=0 throw ()
 

Public Attributes

std::string reason
 The reason for the exception. More...
 

Detailed Description

Thrown if the certificate cannot be encoded.

Constructor & Destructor Documentation

◆ CertificateEncodingException()

IceSSL::CertificateEncodingException::CertificateEncodingException ( const char *  ,
int  ,
const std::string &   
)

◆ ~CertificateEncodingException()

virtual IceSSL::CertificateEncodingException::~CertificateEncodingException ( )
throw (
)
virtual

Member Function Documentation

◆ ice_id()

virtual std::string IceSSL::CertificateEncodingException::ice_id ( ) const
virtual

Returns the type ID of this exception.

This corresponds to the Slice type ID for Slice-defined exceptions, and to a similar fully scoped name for other exceptions. For example "::IceUtil::SyscallException".

Returns
The type ID of this exception

Implements IceUtil::Exception.

Member Data Documentation

◆ reason

std::string IceSSL::CertificateEncodingException::reason

The reason for the exception.


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