fw4spl
BadCall.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2015.
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 #ifndef __FWCOM_EXCEPTION_BADCALL_HPP__
7 #define __FWCOM_EXCEPTION_BADCALL_HPP__
8 
9 #include <fwCore/Exception.hpp>
10 
11 #include "fwCom/config.hpp"
12 
13 namespace fwCom
14 {
15 
16 namespace exception
17 {
18 
21 {
22  FWCOM_API BadCall ( const std::string &err );
23 };
24 
25 } // namespace exception
26 
27 } // namespace fwCom
28 
29 #endif /* __FWCOM_EXCEPTION_BADCALL_HPP__ */
30 
Namespace containing fw4spl communication tools.
Definition: DumpEditor.hpp:30
Bad call exception.
Definition: BadCall.hpp:20