|
fw4spl
|
Implements exception for HTTP content not found errors. More...
#include <ContentNotFound.hpp>
Inheritance diagram for fwNetworkIO::exceptions::ContentNotFound:
Collaboration diagram for fwNetworkIO::exceptions::ContentNotFound:Public Member Functions | |
Constructor/Destructor. | |
| FWNETWORKIO_API | ContentNotFound (const std::string &message) |
| virtual | ~ContentNotFound () noexcept |
Public Member Functions inherited from fwNetworkIO::exceptions::Base | |
| 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) |
Implements exception for HTTP content not found errors.
Definition at line 21 of file ContentNotFound.hpp.