#include <exception.hpp>
Inheritance diagram for s11n::s11n_exception:
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 () |
Definition at line 13 of file exception.hpp.
|
Definition at line 16 of file exception.hpp. |
|
|
|
Creates an error string consisting of:. |
|
|