odil
C++11libraryfortheDICOMstandard
|
Exception reported when receiving a message after the association was aborted. More...
#include <Association.h>
Public Member Functions | |
AssociationAborted (unsigned char source, unsigned char reason) | |
Constructor. | |
![]() | |
Exception (std::string const &message="") | |
Message string constructor. | |
virtual | ~Exception () throw () |
Destructor. | |
virtual const char * | what () const throw () |
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 | |
![]() | |
std::string | _message |
Message of the exception. | |
Exception reported when receiving a message after the association was aborted.