fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
core/fwTools/include/fwTools/Exception.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
7
#ifndef __FWTOOLS_EXCEPTION_HPP__
8
#define __FWTOOLS_EXCEPTION_HPP__
9
10
#include <exception>
11
#include <string>
12
13
#include "fwCore/Exception.hpp"
14
#include "fwTools/config.hpp"
15
16
namespace
fwTools
17
{
18
25
struct
FWTOOLS_CLASS_API
Exception
:
public
::fwCore::Exception
26
{
27
33
FWTOOLS_API
Exception
(
const
std::string &message) noexcept;
34
38
FWTOOLS_API ~
Exception
() noexcept;
39
40
41
};
42
43
}
// namespace fwTools
44
45
#endif // __FWTOOLS_EXCEPTION_HPP__
46
fwTools
The namespace fwTools contains several tools like UUID, factory, dispatche, stringizer, macros, helper.
Definition:
core/fwCamp/include/fwCamp/registry/detail.hpp:21
fwCore::Exception
Definition:
core/fwCore/include/fwCore/Exception.hpp:23
fwTools::Exception
Implements fwTools exception class.
Definition:
core/fwTools/include/fwTools/Exception.hpp:25
SrcLib
core
fwTools
include
fwTools
Exception.hpp
Generated on Wed Sep 5 2018 12:47:40 for fw4spl by
1.8.11