1 #ifndef PROTON_ERROR_HPP
2 #define PROTON_ERROR_HPP
25 #include "./internal/config.hpp"
26 #include "./internal/export.hpp"
41 PN_CPP_CLASS_EXTERN
error :
public std::runtime_error {
43 PN_CPP_EXTERN
explicit error(
const std::string&);
44 PN_CPP_EXTERN ~error()
throw();
52 PN_CPP_EXTERN ~timeout_error()
throw();
60 PN_CPP_EXTERN ~conversion_error()
throw();
65 #endif // PROTON_ERROR_HPP
An error converting between AMQP and C++ data.
Definition: error.hpp:56
An operation timed out.
Definition: error.hpp:48
The base Proton error.
Definition: error.hpp:40