odil
C++11libraryfortheDICOMstandard
Public Member Functions | Public Attributes | List of all members
odil::SCP::Exception Class Reference
Inheritance diagram for odil::SCP::Exception:
odil::Exception

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.
 

The documentation for this class was generated from the following files: