|
CLAM-Development
1.4.0
|
Derived class of the Err base class Handles DynamicType errors. More...
#include <ErrDynamicType.hxx>
Public Member Functions | |
| ErrDynamicType () | |
| ErrDynamicType (const char *msg) | |
| ErrDynamicType (const char *msg1, const char *msg2) | |
| virtual | ~ErrDynamicType () throw () |
Public Member Functions inherited from CLAM::Err | |
| 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 | |
Protected Attributes inherited from CLAM::Err | |
| char * | mMsg |
Derived class of the Err base class Handles DynamicType errors.
No new data members No member functions
Definition at line 36 of file ErrDynamicType.hxx.
| CLAM::ErrDynamicType::ErrDynamicType | ( | ) |
Definition at line 28 of file ErrDynamicType.cxx.
| CLAM::ErrDynamicType::ErrDynamicType | ( | const char * | msg | ) |
Definition at line 33 of file ErrDynamicType.cxx.
| CLAM::ErrDynamicType::ErrDynamicType | ( | const char * | msg1, |
| const char * | msg2 | ||
| ) |
Definition at line 37 of file ErrDynamicType.cxx.
|
virtual |
Definition at line 42 of file ErrDynamicType.cxx.
1.8.1