#include <exception.hpp>
Inheritance diagram for s11n::io_exception:
Public Member Functions | |
virtual | ~io_exception () throw () |
io_exception (const std::string &What) | |
io_exception (const std::string &What, const std::string &file, unsigned int line) |
Definition at line 48 of file exception.hpp.
virtual s11n::io_exception::~io_exception | ( | ) | throw () [inline, virtual] |
Definition at line 51 of file exception.hpp.
s11n::io_exception::io_exception | ( | const std::string & | What | ) | [inline, explicit] |
Definition at line 52 of file exception.hpp.
s11n::io_exception::io_exception | ( | const std::string & | What, | |
const std::string & | file, | |||
unsigned int | line | |||
) | [inline] |
Definition at line 53 of file exception.hpp.