Dacons LLP Mailit for C/C++ Version 1.0.8

EmaiExceptions.hpp File Reference

Exceptions class. More...

#include <EmaiErrors.h>

Go to the source code of this file.

Namespaces

namespace  Emai

Classes

class  Emai::Exception
 General exceptions class. More...
class  Emai::CommandFailedException
 This class is used, when the server returns an error response. I. e. the command sent to the server is not supported by server or parameters specified for the command are invalid. More...
class  Emai::CallNotInContextException
 This class is used, when the command sent to server is not allowed within current context. For instance, you are trying to fetch message data while no mailbox is selected on server. More...
class  Emai::CommandCancelledException
 This class is used, when the user has cancelled the action. More...

Functions

void Emai::CheckErrorCode (EmaiError inErrorCode)


Detailed Description

Exceptions class.

Version:
Mailit for C/C++ 1.0
Author:
(C) 2008 Dacons LLP.

Definition in file EmaiExceptions.hpp.