fw4spl
|
Defines the runtime exception class. More...
#include <RuntimeException.hpp>
Public Member Functions | |
FWRUNTIME_API | RuntimeException (const RuntimeException &exception) noexcept |
Copy constructor. More... | |
FWRUNTIME_API | RuntimeException (const std::string &message) noexcept |
Constructor. More... | |
virtual FWRUNTIME_API | ~RuntimeException () noexcept |
Destructor : does nothing. | |
Public Member Functions inherited from fwCore::Exception | |
FWCORE_API | Exception (const std::string &err) |
Defines the runtime exception class.
Definition at line 28 of file RuntimeException.hpp.
|
noexcept |
Copy constructor.
[in] | exception | an exception instance to copy |
Definition at line 16 of file RuntimeException.cpp.
References SLM_WARN.
|
noexcept |
Constructor.
[in] | message | a string containing the exception message |
Definition at line 23 of file RuntimeException.cpp.
References SLM_WARN.