Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cargo::ipc::IPCSocketException Struct Reference

Exception to indicate socket error. More...

#include <exception.hpp>

+ Inheritance diagram for cargo::ipc::IPCSocketException:

Public Member Functions

 IPCSocketException (const int code, const std::string &message)
 
int getCode () const
 

Private Attributes

int mCode
 

Detailed Description

Exception to indicate socket error.

Constructor & Destructor Documentation

cargo::ipc::IPCSocketException::IPCSocketException ( const int  code,
const std::string &  message 
)
inline

Member Function Documentation

int cargo::ipc::IPCSocketException::getCode ( ) const
inline

Member Data Documentation

int cargo::ipc::IPCSocketException::mCode
private

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