fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
core/fwData/src/fwData/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 "fwData/Exception.hpp"
8
9
namespace
fwData
10
{
11
12
Exception::Exception
(
const
std::string &message) noexcept :
::fwCore::Exception
(message)
13
{
14
}
15
16
17
Exception::~Exception
() noexcept
18
{
19
}
20
21
22
23
}
// namespace fwData
fwData::Exception::Exception
FWDATA_API Exception(const std::string &message) noexcept
Constructor.
Definition:
core/fwData/src/fwData/Exception.cpp:12
fwCore::Exception
Definition:
core/fwCore/include/fwCore/Exception.hpp:23
fwData::Exception::~Exception
FWDATA_API ~Exception() noexcept
Destructor : do nothing.
Definition:
core/fwData/src/fwData/Exception.cpp:17
fwData
Contains the representation of the data objects used in the framework.
Definition:
SSliceIndexDicomEditor.hpp:27
SrcLib
core
fwData
src
fwData
Exception.cpp
Generated on Wed Sep 5 2018 12:47:40 for fw4spl by
1.8.11