CLAM-Development
1.4.0
|
#include <ErrSystem.hxx>
Public Member Functions | |
ThreadResourceError (const char *msg=0) | |
![]() | |
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 |
Definition at line 36 of file ErrSystem.hxx.
CLAM::ThreadResourceError::ThreadResourceError | ( | const char * | msg = 0 | ) |
Definition at line 32 of file ErrSystem.cxx.