libopenraw  0.3.7
Public Member Functions | Protected Attributes | List of all members
OpenRaw::Internals::Exception Class Reference

Generic OpenRaw exception. More...

#include <exception.hpp>

Inheritance diagram for OpenRaw::Internals::Exception:
OpenRaw::Internals::BadTypeException OpenRaw::Internals::DecodingException OpenRaw::Internals::IOException OpenRaw::Internals::OutOfRangeException OpenRaw::Internals::TooBigException

Public Member Functions

 Exception (const std::string &w)
 Construct an exception with a message strings.
 
const char * what () const noexcept(true) override
 the std::exception::what() override
 

Protected Attributes

std::string m_what
 Exception error string.
 

Detailed Description

Generic OpenRaw exception.

Definition at line 34 of file exception.hpp.


The documentation for this class was generated from the following file: