Odil
A C++11 library for the DICOM standard
Public Member Functions | List of all members
odil::AssociationReleased Class Reference

Exception reported when receiving a message after the association was released. More...

#include <Association.h>

Inheritance diagram for odil::AssociationReleased:
Inheritance graph
[legend]
Collaboration diagram for odil::AssociationReleased:
Collaboration graph
[legend]

Public Member Functions

 AssociationReleased ()
 
virtual ~AssociationReleased () noexcept
 
- Public Member Functions inherited from odil::Exception
 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...
 

Additional Inherited Members

- Protected Attributes inherited from odil::Exception
std::string _message
 Message of the exception. More...
 

Detailed Description

Exception reported when receiving a message after the association was released.

Constructor & Destructor Documentation

◆ AssociationReleased()

odil::AssociationReleased::AssociationReleased ( )

◆ ~AssociationReleased()

virtual odil::AssociationReleased::~AssociationReleased ( )
virtualnoexcept

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