odil
C++11libraryfortheDICOMstandard
|
Base class for odil exceptions. More...
#include <Exception.h>
Public Member Functions | |
Exception (std::string const &message="") | |
Message string constructor. | |
virtual | ~Exception () throw () |
Destructor. | |
virtual const char * | what () const throw () |
Return the reason for the exception. | |
Protected Attributes | |
std::string | _message |
Message of the exception. | |
Base class for odil exceptions.