odil
C++11libraryfortheDICOMstandard
|
Public Member Functions | |
Exception (std::string const &message, Value::Integer status, DataSet const &status_fields=DataSet()) | |
Constructor. | |
virtual | ~Exception () noexcept |
Destructor. | |
![]() | |
Exception (std::string const &message="") | |
Message string constructor. | |
virtual const char * | what () const noexcept |
Return the reason for the exception. | |
Public Attributes | |
Value::Integer | status |
Status to be sent back to user. | |
DataSet | status_fields |
Status detail fields (e.g. offending element). | |
Additional Inherited Members | |
![]() | |
std::string | _message |
Message of the exception. | |