|
Odil
A C++11 library for the DICOM standard
|
#include <SCP.h>


Public Member Functions | |
| Exception (std::string const &message, Value::Integer status, DataSet const &status_fields=DataSet()) | |
| Constructor. More... | |
| virtual | ~Exception () noexcept |
| Destructor. More... | |
Public Member Functions inherited from odil::Exception | |
| Exception (std::string const &message="") | |
| Message string constructor. More... | |
| virtual const char * | what () const noexcept |
| Return the reason for the exception. More... | |
Public Attributes | |
| Value::Integer | status |
| Status to be sent back to user. More... | |
| DataSet | status_fields |
| Status detail fields (e.g. offending element). More... | |
Additional Inherited Members | |
Protected Attributes inherited from odil::Exception | |
| std::string | _message |
| Message of the exception. More... | |
| odil::SCP::Exception::Exception | ( | std::string const & | message, |
| Value::Integer | status, | ||
| DataSet const & | status_fields = DataSet() |
||
| ) |
Constructor.
|
virtualnoexcept |
Destructor.
Reimplemented from odil::Exception.
| Value::Integer odil::SCP::Exception::status |
Status to be sent back to user.
| DataSet odil::SCP::Exception::status_fields |
Status detail fields (e.g. offending element).
1.8.13