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