9c213ba33b95b24da36bb408a24d61503b8f6cd5
[libt2n] / src / t2n_exception.cpp
1 /***************************************************************************
2  *   Copyright (C) 2006 by Gerd v. Egidy                                   *
3  *   gve@intra2net.com                                                     *
4  *                                                                         *
5  *   This library is free software; you can redistribute it and/or modify  *
6  *   it under the terms of the GNU Lesser General Public License version   *
7  *   2.1 as published by the Free Software Foundation.                     *
8  *                                                                         *
9  *   This library is distributed in the hope that it will be useful,       *
10  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
11  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
12  *   GNU Lesser General Public License for more details.                   *
13  *                                                                         *
14  *   You should have received a copy of the GNU Lesser General Public      *
15  *   License along with this program; if not, write to the                 *
16  *   Free Software Foundation, Inc.,                                       *
17  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
18  ***************************************************************************/
19
20 #include "t2n_exception.hxx"
21
22 BOOST_CLASS_EXPORT(libt2n::t2n_exception)
23 BOOST_CLASS_EXPORT(libt2n::t2n_communication_error)
24 BOOST_CLASS_EXPORT(libt2n::t2n_connect_error)
25 BOOST_CLASS_EXPORT(libt2n::t2n_server_error)
26 BOOST_CLASS_EXPORT(libt2n::t2n_transfer_error)
27 BOOST_CLASS_EXPORT(libt2n::t2n_version_mismatch)
28 BOOST_CLASS_EXPORT(libt2n::t2n_command_error)
29 BOOST_CLASS_EXPORT(libt2n::t2n_serialization_error)
30 BOOST_CLASS_EXPORT(libt2n::t2n_runtime_error)