fw4spl
io/fwNetworkIO/include/fwNetworkIO/exceptions/Base.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2018.
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 #pragma once
8 
9 #include "fwNetworkIO/config.hpp"
10 
11 #include <fwCore/Exception.hpp>
12 
13 namespace fwNetworkIO
14 {
15 namespace exceptions
16 {
17 
21 class FWNETWORKIO_CLASS_API Base : public fwCore::Exception
22 {
23 public:
28  FWNETWORKIO_API Base(const std::string& message);
29 
31  virtual ~Base() noexcept;
32 };
33 
34 } // namespace exceptions
35 } // namespace fwNetworkIO
The namespace fwNetworkIO contains the primary methods to access network.