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