fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
ContentNotFound.cpp
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
#include "fwNetworkIO/exceptions/ContentNotFound.hpp"
8
9
namespace
fwNetworkIO
10
{
11
12
namespace
exceptions
13
{
14
15
ContentNotFound::ContentNotFound(
const
std::string& message) :
16
::
fwNetworkIO
::exceptions::Base(message)
17
{
18
19
}
20
21
ContentNotFound::~ContentNotFound() noexcept
22
{
23
}
24
25
}
/* namespace exceptions */
26
}
/* namespace fwNetworkIO */
fwNetworkIO
The namespace fwNetworkIO contains the primary methods to access network.
Definition:
io/fwNetworkIO/include/fwNetworkIO/exceptions/Base.hpp:13
SrcLib
io
fwNetworkIO
src
fwNetworkIO
exceptions
ContentNotFound.cpp
Generated on Wed Sep 5 2018 12:47:38 for fw4spl by
1.8.11