|
VMime
|
#include <exception.hpp>


Public Member Functions | |
| net_exception (const string &what, const exception &other=NO_EXCEPTION) | |
| ~net_exception () 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 () |
Additional Inherited Members | |
| Static Protected Attributes inherited from exception | |
| static const exception | NO_EXCEPTION |
Base class for exceptions thrown by the networking module.
| net_exception | ( | const string & | what, |
| const exception & | other = NO_EXCEPTION ) |
References exception::other().
Referenced by already_connected::already_connected(), authentication_error::authentication_error(), clone(), command_error::command_error(), connection_greeting_error::connection_greeting_error(), folder_already_open::folder_already_open(), folder_not_found::folder_not_found(), illegal_operation::illegal_operation(), illegal_state::illegal_state(), invalid_folder_name::invalid_folder_name(), invalid_response::invalid_response(), message_not_found::message_not_found(), not_connected::not_connected(), operation_cancelled::operation_cancelled(), operation_not_supported::operation_not_supported(), operation_timed_out::operation_timed_out(), partial_fetch_not_supported::partial_fetch_not_supported(), SMTPMessageSizeExceedsCurLimitsException::SMTPMessageSizeExceedsCurLimitsException(), SMTPMessageSizeExceedsMaxLimitsException::SMTPMessageSizeExceedsMaxLimitsException(), socket_exception::socket_exception(), unfetched_object::unfetched_object(), and unsupported_option::unsupported_option().
| ~net_exception | ( | ) | ||||
| throw | ( | ) | ||||
|
virtual |
Clone this object.
Reimplemented from exception.
Reimplemented in not_connected, operation_cancelled, operation_not_supported, operation_timed_out, partial_fetch_not_supported, socket_exception, socket_not_connected_exception, unfetched_object, unsupported_option, SMTPCommandError, SMTPMessageSizeExceedsCurLimitsException, and SMTPMessageSizeExceedsMaxLimitsException.
References net_exception().
|
virtual | ||||||||||||
Return a name identifying the exception.
Reimplemented from exception.
Reimplemented in not_connected, operation_cancelled, operation_not_supported, operation_timed_out, partial_fetch_not_supported, socket_exception, socket_not_connected_exception, unfetched_object, unsupported_option, SMTPCommandError, SMTPMessageSizeExceedsCurLimitsException, and SMTPMessageSizeExceedsMaxLimitsException.