#include <exception.hpp>
Inheritance diagram for s11n::factory_exception:


Public Member Functions | |
| virtual | ~factory_exception () throw () |
| factory_exception (const std::string &What) | |
| factory_exception (const std::string &What, const std::string &file, unsigned int line) | |
These need to be caught separately from s11n_exceptions in some cases because sometimes a classloader can try other alternatives on an error.
Definition at line 35 of file exception.hpp.
| virtual s11n::factory_exception::~factory_exception | ( | ) | throw () [inline, virtual] |
Definition at line 38 of file exception.hpp.
| s11n::factory_exception::factory_exception | ( | const std::string & | What | ) | [inline, explicit] |
Definition at line 39 of file exception.hpp.
| s11n::factory_exception::factory_exception | ( | const std::string & | What, | |
| const std::string & | file, | |||
| unsigned int | line | |||
| ) | [inline] |
Definition at line 40 of file exception.hpp.
1.5.0