CppWAMP
C++11 client library for the WAMP protocol
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wamp::error Namespace Reference

Classes

struct  Access
 Exception type thrown when accessing a Variant as an invalid type. More...
 
struct  BadType
 Base class for exceptions involving invalid Variant types. More...
 
struct  Conversion
 Exception type thrown when converting a Variant to an invalid type. More...
 
struct  Decode
 Exception type thrown when codec deserialization fails. More...
 
class  Failure
 General purpose runtime exception that wraps a std::error_code. More...
 
struct  Logic
 Exception thrown when a pre-condition is not met. More...
 

Detailed Description

Namespace containing exception types thrown by the CppWAMP library.