fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
core/fwTools/src/fwTools/Exception.cpp
1
/* ***** BEGIN LICENSE BLOCK *****
2
* FW4SPL - Copyright (C) IRCAD, 2009-2015.
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 "fwTools/Exception.hpp"
8
9
namespace
fwTools
10
{
11
12
Exception::Exception
(
const
std::string &message) noexcept
13
:
::fwCore::Exception
(message)
14
{
15
}
16
17
18
Exception::~Exception
() noexcept
19
{
20
}
21
22
23
24
}
// namespace fwTools
25
fwTools::Exception::Exception
FWTOOLS_API Exception(const std::string &message) noexcept
Constructor.
Definition:
core/fwTools/src/fwTools/Exception.cpp:12
fwTools
The namespace fwTools contains several tools like UUID, factory, dispatche, stringizer, macros, helper.
Definition:
core/fwCamp/include/fwCamp/registry/detail.hpp:21
fwCore::Exception
Definition:
core/fwCore/include/fwCore/Exception.hpp:23
fwTools::Exception::~Exception
FWTOOLS_API ~Exception() noexcept
Destructor : do nothing.
Definition:
core/fwTools/src/fwTools/Exception.cpp:18
SrcLib
core
fwTools
src
fwTools
Exception.cpp
Generated on Wed Sep 5 2018 12:47:40 for fw4spl by
1.8.11