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