fw4spl
FilterFailure.hpp
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 #ifndef __FWDICOMIOFILTER_EXCEPTIONS_FILTERFAILURE_HPP__
8 #define __FWDICOMIOFILTER_EXCEPTIONS_FILTERFAILURE_HPP__
9 
10 #include "fwDicomIOFilter/config.hpp"
11 
12 #include <fwCore/Exception.hpp>
13 
14 namespace fwDicomIOFilter
15 {
16 namespace exceptions
17 {
18 
22 class FWDICOMIOFILTER_CLASS_API FilterFailure : public fwCore::Exception
23 {
24 public:
29  FWDICOMIOFILTER_API FilterFailure(const std::string& message);
30 
32  FWDICOMIOFILTER_API virtual ~FilterFailure() noexcept;
33 
34 };
35 
36 } // namespace exceptions
37 } // namespace fwDicomIOFilter
38 
39 
40 #endif /* __FWDICOMIOFILTER_EXCEPTIONS_FILTERFAILURE_HPP__ */
fwDicomIOFilter contains filters used to pre-process images before reading.