fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
io/fwGdcmIO/include/fwGdcmIO/exception/Failed.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 __FWGDCMIO_EXCEPTION_FAILED_HPP__
8
#define __FWGDCMIO_EXCEPTION_FAILED_HPP__
9
10
#include "fwGdcmIO/config.hpp"
11
12
#include <fwCore/Exception.hpp>
13
14
namespace
fwGdcmIO
15
{
16
namespace
exception
17
{
18
22
struct
FWGDCMIO_CLASS_API
Failed
:
::fwCore::Exception
23
{
24
Failed
(
const
std::string& err ) :
::fwCore::Exception
(err)
25
{
26
}
27
};
28
29
}
// namespace exception
30
}
// namespace fwGdcmIO
31
32
#endif // __FWGDCMIO_EXCEPTION_FAILED_HPP__
33
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::Failed
Implements a failed exception class for fwGdcmIO.
Definition:
io/fwGdcmIO/include/fwGdcmIO/exception/Failed.hpp:22
SrcLib
io
fwGdcmIO
include
fwGdcmIO
exception
Failed.hpp
Generated on Wed Sep 5 2018 12:47:40 for fw4spl by
1.8.11