Odil
A C++11 library for the DICOM standard
|
Exception reported when receiving a message after the association was released. More...
#include <Association.h>
Public Member Functions | |
AssociationReleased () | |
virtual | ~AssociationReleased () noexcept |
![]() | |
Exception (std::string const &message="") | |
Message string constructor. | |
virtual | ~Exception () noexcept |
Destructor. | |
virtual const char * | what () const noexcept |
Return the reason for the exception. | |
Additional Inherited Members | |
![]() | |
std::string | _message |
Message of the exception. | |
Exception reported when receiving a message after the association was released.
odil::AssociationReleased::AssociationReleased | ( | ) |
|
virtualnoexcept |