Class exception

Inheritance Relationships

Base Type

  • public std::exception

Class Documentation

class exception : public std::exception

base class of the exceptions thrown by libzeep

Public Functions

inline exception(const std::string &message)

Create an exception with the message in message.

inline virtual ~exception()
inline virtual const char *what() const

Protected Attributes

std::string m_message