CLAM-Development
1.4.0
|
Error type thrown by Factory classes (Factory, FactoryRegistry) More...
#include <ErrFactory.hxx>
Public Member Functions | |
ErrFactory (const char *msg) | |
![]() | |
Err () throw () | |
Err (const char *msg) throw () | |
Err (const Err &) throw () | |
virtual | ~Err () throw () |
void | Print (void) const throw () |
virtual const char * | what () const throw () |
void | Embed (const std::exception &) throw () |
void | Embed (const char *str) throw () |
Additional Inherited Members | |
![]() | |
char * | mMsg |
Error type thrown by Factory classes (Factory, FactoryRegistry)
Definition at line 30 of file ErrFactory.hxx.
|
inline |
Definition at line 33 of file ErrFactory.hxx.