fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
fwDicomIOFilter contains filters used to pre-process images before reading.
Definition:
CTImageStorageDefaultComposite.hpp:15
fwCore::Exception
Definition:
core/fwCore/include/fwCore/Exception.hpp:23
fwDicomIOFilter::exceptions::FilterFailure
FilterFailure Exceptions.
Definition:
FilterFailure.hpp:22
SrcLib
io
fwDicomIOFilter
include
fwDicomIOFilter
exceptions
FilterFailure.hpp
Generated on Wed Sep 5 2018 12:47:40 for fw4spl by
1.8.11