CLAM-Development
1.4.0
|
Derived class of the Err base class Handles errors in Processing Object Routines. More...
#include <ErrProcessingObj.hxx>
Public Member Functions | |
ErrProcessingObj () | |
ErrProcessingObj (const char *msg) | |
ErrProcessingObj (const char *msg, const Processing *o) | |
~ErrProcessingObj () throw () | |
![]() | |
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 |
Derived class of the Err base class Handles errors in Processing Object Routines.
Definition at line 37 of file ErrProcessingObj.hxx.
CLAM::ErrProcessingObj::ErrProcessingObj | ( | ) |
Definition at line 29 of file ErrProcessingObj.cxx.
CLAM::ErrProcessingObj::ErrProcessingObj | ( | const char * | msg | ) |
Definition at line 35 of file ErrProcessingObj.cxx.
CLAM::ErrProcessingObj::ErrProcessingObj | ( | const char * | msg, |
const Processing * | o | ||
) |
Definition at line 40 of file ErrProcessingObj.cxx.
|
inline |
Definition at line 47 of file ErrProcessingObj.hxx.