|
fw4spl
|
Base class of fwPacsIO Exceptions. More...
#include <Base.hpp>
Inheritance diagram for fwPacsIO::exceptions::Base:
Collaboration diagram for fwPacsIO::exceptions::Base:Public Member Functions | |
| FWPACSIO_API | Base (const std::string &message) |
| Constructor. More... | |
| virtual FWPACSIO_API | ~Base () noexcept |
| Destructor. | |
Public Member Functions inherited from fwCore::Exception | |
| FWCORE_API | Exception (const std::string &err) |
Base class of fwPacsIO Exceptions.
Definition at line 22 of file io/fwPacsIO/include/fwPacsIO/exceptions/Base.hpp.
| fwPacsIO::exceptions::Base::Base | ( | const std::string & | message | ) |
Constructor.
| [in] | message | Exception message |
Definition at line 14 of file io/fwPacsIO/src/fwPacsIO/exceptions/Base.cpp.