fw4spl
|
Implements data exception class. More...
#include <Exception.hpp>
Public Member Functions | |
FWDATA_API | Exception (const std::string &message) noexcept |
Constructor. More... | |
FWDATA_API | ~Exception () noexcept |
Destructor : do nothing. | |
Public Member Functions inherited from fwCore::Exception | |
FWCORE_API | Exception (const std::string &err) |
Implements data exception class.
Definition at line 22 of file core/fwData/include/fwData/Exception.hpp.
|
noexcept |
Constructor.
[in] | message | a string containing the failure message |
Definition at line 12 of file core/fwData/src/fwData/Exception.cpp.