fw4spl
UnknownVersion.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 "fwAtomsPatch/exceptions/UnknownVersion.hpp"
8 
9 namespace fwAtomsPatch
10 {
11 
12 namespace exceptions
13 {
14 
15 UnknownVersion::UnknownVersion(const std::string& message) : ::fwAtomsPatch::exceptions::Base(message)
16 {
17 
18 }
19 
20 } // namespace exceptions
21 } // namespace fwAtomsPatch
Contains base functionalities used to transform objects from a version to another.
Definition: Abstract.hpp:16