Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
odil::AssociationAborted Class Reference

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

#include <Association.h>

Inheritance diagram for odil::AssociationAborted:
Collaboration diagram for odil::AssociationAborted:

Public Member Functions

 AssociationAborted (unsigned char source, unsigned char reason)
virtual ~AssociationAborted () noexcept
Public Member Functions inherited from odil::Exception
 Exception (std::string const &message="")
 Message string constructor.
virtual ~Exception () noexcept
 Destructor.
virtual const char * what () const noexcept
 Return the reason for the exception.

Public Attributes

uint8_t source
 Source of the error.
uint8_t reason
 Reason of the error.

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ AssociationAborted()

odil::AssociationAborted::AssociationAborted ( unsigned char source,
unsigned char reason )

◆ ~AssociationAborted()

virtual odil::AssociationAborted::~AssociationAborted ( )
virtualnoexcept

Member Data Documentation

◆ reason

uint8_t odil::AssociationAborted::reason

Reason of the error.

◆ source

uint8_t odil::AssociationAborted::source

Source of the error.


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