fw4spl
io/fwPacsIO/include/fwPacsIO/exceptions/Base.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 __FWPACSIO_EXCEPTIONS_BASE_HPP__
8 #define __FWPACSIO_EXCEPTIONS_BASE_HPP__
9 
10 #include "fwPacsIO/config.hpp"
11 
12 #include <fwCore/Exception.hpp>
13 
14 namespace fwPacsIO
15 {
16 namespace exceptions
17 {
18 
22 class FWPACSIO_CLASS_API Base : public fwCore::Exception
23 {
24 public:
29  FWPACSIO_API Base(const std::string& message);
30 
32  FWPACSIO_API virtual ~Base() noexcept;
33 
34 };
35 
36 } //exceptions
37 } //fwPacsIO
38 
39 
40 #endif /* __FWPACSIO_EXCEPTIONS_BASE_HPP__ */
fwPacsIO contains classes used to communicate with a PACS.