fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
fwDataCamp/include/fwDataCamp/exception/NullPointer.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 __FWDATACAMP_EXCEPTION_NULLPOINTER_HPP__
8
#define __FWDATACAMP_EXCEPTION_NULLPOINTER_HPP__
9
10
#include <fwCore/Exception.hpp>
11
12
#include "fwDataCamp/config.hpp"
13
14
namespace
fwDataCamp
15
{
16
17
namespace
exception
18
{
19
21
struct
NullPointer
:
::fwCore::Exception
22
{
23
FWDATACAMP_API
NullPointer
(
const
std::string &err );
24
};
25
26
}
// namespace exception
27
28
}
// namespace fwDataCamp
29
30
#endif
/* __FWDATACAMP_EXCEPTION_NULLPOINTER_HPP__ */
31
fwDataCamp::exception::NullPointer
Null pointer exception.
Definition:
fwDataCamp/include/fwDataCamp/exception/NullPointer.hpp:21
fwCore::Exception
Definition:
core/fwCore/include/fwCore/Exception.hpp:23
fwDataCamp
This namespace contains data object descriptions used for introspection.
Definition:
fwDataCamp/include/fwDataCamp/autoload.hpp:51
SrcLib
core
fwDataCamp
include
fwDataCamp
exception
NullPointer.hpp
Generated on Wed Sep 5 2018 12:47:55 for fw4spl by
1.8.11