|
Odil
A C++11 library for the DICOM standard
|
Base class for odil exceptions. More...
#include <Exception.h>


Public Member Functions | |
| Exception (std::string const &message="") | |
| Message string constructor. More... | |
| virtual | ~Exception () noexcept |
| Destructor. More... | |
| virtual const char * | what () const noexcept |
| Return the reason for the exception. More... | |
Protected Attributes | |
| std::string | _message |
| Message of the exception. More... | |
Base class for odil exceptions.
| odil::Exception::Exception | ( | std::string const & | message = "" | ) |
Message string constructor.
|
virtualnoexcept |
Destructor.
Reimplemented in odil::SCP::Exception, and odil::dcmtk::Exception.
|
virtualnoexcept |
Return the reason for the exception.
Reimplemented in odil::dcmtk::Exception.
|
protected |
Message of the exception.
1.8.13