|
fw4spl
|
Base class of fwNetworkIO Exception. More...
#include <Base.hpp>
Inheritance diagram for fwNetworkIO::exceptions::Base:
Collaboration diagram for fwNetworkIO::exceptions::Base:Public Member Functions | |
| FWNETWORKIO_API | Base (const std::string &message) |
| Constructor. More... | |
| virtual | ~Base () noexcept |
| Destructor. | |
Public Member Functions inherited from fwCore::Exception | |
| FWCORE_API | Exception (const std::string &err) |
Base class of fwNetworkIO Exception.
Definition at line 21 of file io/fwNetworkIO/include/fwNetworkIO/exceptions/Base.hpp.
| fwNetworkIO::exceptions::Base::Base | ( | const std::string & | message | ) |
Constructor.
| [in] | message | Exception message |
Definition at line 15 of file io/fwNetworkIO/src/fwNetworkIO/exceptions/Base.cpp.