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 () |
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 25 of file ErrDynamicType.cxx.
CLAM::ErrDynamicType::ErrDynamicType | ( | const char * | msg | ) |
Definition at line 30 of file ErrDynamicType.cxx.
CLAM::ErrDynamicType::ErrDynamicType | ( | const char * | msg1, | |
const char * | msg2 | |||
) |
Definition at line 34 of file ErrDynamicType.cxx.
CLAM::ErrDynamicType::~ErrDynamicType | ( | ) | throw () [virtual] |
Definition at line 39 of file ErrDynamicType.cxx.