|
odil
C++11libraryfortheDICOMstandard
|
Public Member Functions | |
| Exception (std::string const &message, Value::Integer status, DataSet const &status_fields=DataSet()) | |
| Constructor. | |
| virtual | ~Exception () noexcept |
| Destructor. | |
Public Member Functions inherited from odil::Exception | |
| 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 | |
Protected Attributes inherited from odil::Exception | |
| std::string | _message |
| Message of the exception. | |
1.8.13