fw4spl
fwDataCamp/src/fwDataCamp/exception/ObjectNotFound.cpp
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 #include <fwCore/Exception.hpp>
8 
9 #include "fwDataCamp/config.hpp"
10 #include "fwDataCamp/exception/ObjectNotFound.hpp"
11 
12 namespace fwDataCamp
13 {
14 
15 namespace exception
16 {
17 
18 ObjectNotFound::ObjectNotFound ( const std::string &err ) : ::fwCore::Exception(err)
19 {
20 }
21 
22 } // namespace exception
23 
24 } // namespace fwDataCamp
25 
This namespace fwCore provides common foundations for FW4SPL.
Definition: BaseObject.hpp:16
This namespace contains data object descriptions used for introspection.