s11n::s11n_exception Struct Reference

The base-most exception type used by s11n. More...

#include <exception.hpp>

Inheritance diagram for s11n::s11n_exception:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~s11n_exception () throw ()
 s11n_exception (const std::string &What)
 s11n_exception (const std::string &What, const std::string &file, unsigned int linenum)
 Creates an error string consisting of:.
virtual const char * what () const throw ()

Detailed Description

The base-most exception type used by s11n.

Definition at line 13 of file exception.hpp.


Constructor & Destructor Documentation

virtual s11n::s11n_exception::~s11n_exception (  )  throw () [inline, virtual]

Definition at line 16 of file exception.hpp.

s11n::s11n_exception::s11n_exception ( const std::string &  What  )  [explicit]

s11n::s11n_exception::s11n_exception ( const std::string &  What,
const std::string &  file,
unsigned int  linenum 
)

Creates an error string consisting of:.

file:linenum: What


Member Function Documentation

virtual const char* s11n::s11n_exception::what (  )  const throw () [virtual]


The documentation for this struct was generated from the following file:
Generated on Thu Feb 8 10:26:55 2007 for libs11n-1.2.5 by  doxygen 1.5.0