odil
C++11libraryfortheDICOMstandard
|
Exception reported when an incoming association is rejected. More...
#include <AssociationAcceptor.h>
Public Member Functions | |
AssociationRejected (unsigned char result, unsigned char source, unsigned char reason, std::string const &message="Association rejected") | |
Constructor. | |
unsigned char | get_result () const |
Return the rejection result. | |
void | set_result (unsigned char value) |
Set the rejection result. | |
unsigned char | get_source () const |
Return the rejection source. | |
void | set_source (unsigned char value) |
Set the rejection source. | |
unsigned char | get_reason () const |
Return the rejection reason. | |
void | set_reason (unsigned char value) |
Set the rejection reason. | |
![]() | |
Exception (std::string const &message="") | |
Message string constructor. | |
virtual | ~Exception () throw () |
Destructor. | |
virtual const char * | what () const throw () |
Return the reason for the exception. | |
Additional Inherited Members | |
![]() | |
std::string | _message |
Message of the exception. | |
Exception reported when an incoming association is rejected.