Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
exception.hpp File Reference

Exceptions for the IPC. More...

#include <stdexcept>

Go to the source code of this file.

Classes

struct  cargo::ipc::IPCException
 
struct  cargo::ipc::IPCParsingException
 Exception to indicate error while reading/parsing data from the socket. More...
 
struct  cargo::ipc::IPCSerializationException
 Exception to indicate error while writing/serializing data to the socket. More...
 
struct  cargo::ipc::IPCPeerDisconnectedException
 Exception to indicate that requested peer is not available, i.e. More...
 
struct  cargo::ipc::IPCNaughtyPeerException
 Exception to indicate that peer performed a forbidden action. More...
 
struct  cargo::ipc::IPCRemovedPeerException
 Exception to indicate error while removing peer. More...
 
struct  cargo::ipc::IPCClosingException
 Exception to indicate error while closing IPC channel. More...
 
struct  cargo::ipc::IPCTimeoutException
 Exception to indicate timeout event error. More...
 
struct  cargo::ipc::IPCSocketException
 Exception to indicate socket error. More...
 
struct  cargo::ipc::IPCUserException
 Exception to indicate user error. More...
 

Namespaces

 cargo
 
 cargo::ipc
 

Detailed Description

Exceptions for the IPC.

Author
Jan Olszak (j.ols.nosp@m.zak@.nosp@m.samsu.nosp@m.ng.c.nosp@m.om)