fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
InvalidTag.hpp
1
/* ***** BEGIN LICENSE BLOCK *****
2
* FW4SPL - Copyright (C) IRCAD, 2017.
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 __FWGDCMIO_EXCEPTION_INVALIDTAG_HPP__
8
#define __FWGDCMIO_EXCEPTION_INVALIDTAG_HPP__
9
10
#include "fwGdcmIO/config.hpp"
11
12
#include <fwCore/Exception.hpp>
13
14
namespace
fwGdcmIO
15
{
16
namespace
exception
17
{
18
22
class
FWGDCMIO_CLASS_API
InvalidTag
:
public
::fwCore::Exception
23
{
24
public
:
29
FWGDCMIO_API
InvalidTag
(
const
std::string& message);
30
32
FWGDCMIO_API
virtual
~InvalidTag() noexcept;
33
34
};
35
36
}
// namespace exception
37
}
// namespace fwGdcmIO
38
39
#endif // __FWGDCMIO_EXCEPTION_INVALIDTAG_HPP__
40
fwGdcmIO
The namespace fwGdcmIO contains reader, writer and helper for dicom data.
Definition:
container/DicomCodedAttribute.hpp:17
fwCore::Exception
Definition:
core/fwCore/include/fwCore/Exception.hpp:23
fwGdcmIO::exception::InvalidTag
InvalidTag exception.
Definition:
InvalidTag.hpp:22
SrcLib
io
fwGdcmIO
include
fwGdcmIO
exception
InvalidTag.hpp
Generated on Wed Sep 5 2018 12:47:41 for fw4spl by
1.8.11