fw4spl
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 
18 {
19 }
20 
21 
22 
23 } // namespace fwData
FWDATA_API Exception(const std::string &message) noexcept
Constructor.
FWDATA_API ~Exception() noexcept
Destructor : do nothing.
Contains the representation of the data objects used in the framework.