CLAM-Development  1.4.0
Public Member Functions
CLAM::ErrProcessingObj Class Reference

Derived class of the Err base class Handles errors in Processing Object Routines. More...

#include <ErrProcessingObj.hxx>

List of all members.

Public Member Functions

 ErrProcessingObj ()
 ErrProcessingObj (const char *msg)
 ErrProcessingObj (const char *msg, const Processing *o)
 ~ErrProcessingObj () 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

Detailed Description

Derived class of the Err base class Handles errors in Processing Object Routines.

Definition at line 37 of file ErrProcessingObj.hxx.


Constructor & Destructor Documentation

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.

CLAM::ErrProcessingObj::~ErrProcessingObj ( ) throw ()
inline

Definition at line 47 of file ErrProcessingObj.hxx.


The documentation for this class was generated from the following files: