#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.
| 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:.
| virtual const char* s11n::s11n_exception::what | ( | ) | const throw () [virtual] |
1.5.0