Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MynahSA::ClientException Class Reference

Inheritance diagram for MynahSA::ClientException:

Inheritance graph
[legend]
Collaboration diagram for MynahSA::ClientException:

Collaboration graph
[legend]
List of all members.

Public Types

enum  ErrorCode

Public Member Functions

 ClientException (ErrorCode code) throw ()
 ~ClientException () throw ()
const char * what () const throw ()

Detailed Description

Definition at line 23 of file clientexception.hpp.


Constructor & Destructor Documentation

MynahSA::ClientException::ClientException ErrorCode  code  )  throw ()
 

Constructor - takes the error code as a construction time parameter.

Parameters:
code - the code for the error
Returns:

MynahSA::ClientException::~ClientException  )  throw ()
 

Destructor

Returns:
- Nothing


Member Function Documentation

const char* MynahSA::ClientException::what  )  const throw () [virtual]
 

Return the string describing the error

Returns:
- the error string

Reimplemented from MynahSA::ExceptionBase.


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