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