fw4spl
FilterFailure.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2016.
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 "fwDicomIOFilter/exceptions/FilterFailure.hpp"
8 
9 namespace fwDicomIOFilter
10 {
11 namespace exceptions
12 {
13 
14 FilterFailure::FilterFailure(const std::string& message) : ::fwCore::Exception(message)
15 {
16 }
17 
18 // ----------------------------------------------------------------------------
19 
21 {
22 }
23 
24 } // namespace exceptions
25 } // namespace fwDicomIOFilter
This namespace fwCore provides common foundations for FW4SPL.
Definition: BaseObject.hpp:16
fwDicomIOFilter contains filters used to pre-process images before reading.
virtual FWDICOMIOFILTER_API ~FilterFailure() noexcept
Destructor.
FWDICOMIOFILTER_API FilterFailure(const std::string &message)
Constructor.