#include <exception.hpp>
Public Member Functions | |
virtual | ~factory_exception () throw () |
factory_exception (const char *format,...) |
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 151 of file exception.hpp.
virtual s11n::factory_exception::~factory_exception | ( | ) | throw () [inline, virtual] |
Definition at line 154 of file exception.hpp.
s11n::factory_exception::factory_exception | ( | const char * | format, | |
... | ||||
) | [explicit] |