35 :
public std::exception
53 const char *
what() const noexcept(true)
override
56 return typeid(
this).name();
71 const char *what()
const noexcept(
true)
override
74 return typeid(
this).name();
87 const char *what()
const noexcept(
true)
override
90 return typeid(
this).name();
102 const char *what()
const noexcept(
true)
override
105 return typeid(
this).name();
117 const char *what()
const noexcept(
true)
override
120 return typeid(
this).name();
135 const char *what()
const noexcept(
true)
override
138 return typeid(
this).name();
Generic OpenRaw exception.
Exception(const std::string &w)
Construct an exception with a message strings.
std::string m_what
Exception error string.
const char * what() const noexcept(true) override
the std::exception::what() override
Global namespace for libopenraw.