fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
ContentNotFound.hpp
1
/* ***** BEGIN LICENSE BLOCK *****
2
* FW4SPL - Copyright (C) IRCAD, 2009-2018.
3
* Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4
* published by the Free Software Foundation.
5
* ****** END LICENSE BLOCK ****** */
6
7
#pragma once
8
9
#include "fwNetworkIO/config.hpp"
10
#include "fwNetworkIO/exceptions/Base.hpp"
11
12
namespace
fwNetworkIO
13
{
14
15
namespace
exceptions
16
{
17
21
class
FWNETWORKIO_CLASS_API
ContentNotFound
:
public
fwNetworkIO::exceptions::Base
22
{
23
public
:
27
FWNETWORKIO_API
ContentNotFound
(
const
std::string& message);
28
virtual
~ContentNotFound() noexcept;
30
};
31
32
}
/* namespace exceptions */
33
}
/* namespace fwNetworkIO */
fwNetworkIO::exceptions::Base
Base class of fwNetworkIO Exception.
Definition:
io/fwNetworkIO/include/fwNetworkIO/exceptions/Base.hpp:21
fwNetworkIO
The namespace fwNetworkIO contains the primary methods to access network.
Definition:
io/fwNetworkIO/include/fwNetworkIO/exceptions/Base.hpp:13
fwNetworkIO::exceptions::ContentNotFound
Implements exception for HTTP content not found errors.
Definition:
ContentNotFound.hpp:21
SrcLib
io
fwNetworkIO
include
fwNetworkIO
exceptions
ContentNotFound.hpp
Generated on Wed Sep 5 2018 12:47:38 for fw4spl by
1.8.11