#include <string>
#include <exception>
#include <s11n.net/s11n/s11n_config.hpp>
#include <s11n.net/s11n/export.hpp>
Go to the source code of this file.
Classes | |
struct | s11n::s11n_exception |
The base-most exception type used by s11n. More... | |
struct | s11n::factory_exception |
An exception type for classloader-related exceptions. More... | |
struct | s11n::io_exception |
Really for use by clients, i/o layers, and s11nlite, not by the s11n core. More... | |
Namespaces | |
namespace | s11n |
The s11n serialization (s11n) framework is an object serialization framework for C++ modelled heavily off work by Rusty Ballinger (bozo@users.sourceforge.net http://libfunutil.sourceforge.net). | |
Defines | |
#define | s11n_net_s11n_v1_1_EXCEPTION_HPP_INCLUDED 1 |
#define s11n_net_s11n_v1_1_EXCEPTION_HPP_INCLUDED 1 |
Definition at line 2 of file exception.hpp.