HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::exception::ComponentExceptionBase Class Reference

#include <ComponentExceptionBase.hpp>

Inheritance diagram for HCE::exception::ComponentExceptionBase:
Collaboration diagram for HCE::exception::ComponentExceptionBase:

Public Member Functions

 ComponentExceptionBase (const std::string &what)
 ComponentExceptionBase (const ComponentExceptionBase &exp)
virtual ~ComponentExceptionBase () throw ()
- Public Member Functions inherited from HCE::exception::ExceptionBase
 ExceptionBase (const std::string what)
 ExceptionBase (const ExceptionBase &exp)
void setInternalException (Poco::SharedPtr< ExceptionBase > &exception) throw ()
virtual const char * what () const throw ()
virtual ~ExceptionBase () throw ()
 ExceptionBase (const std::string &what)
 ExceptionBase (const ExceptionBase &exp)
void setInternalException (Poco::SharedPtr< ExceptionBase > &exception) throw ()
virtual const char * what () const throw ()
virtual ~ExceptionBase () throw ()
 ExceptionBase (const std::string what)
 ExceptionBase (const ExceptionBase &exp)
void setInternalException (Poco::SharedPtr< ExceptionBase > &exception) throw ()
virtual const char * what () const throw ()
virtual ~ExceptionBase () throw ()

Additional Inherited Members

- Protected Attributes inherited from HCE::exception::ExceptionBase
std::vector< Poco::SharedPtr
< ExceptionBase > > 
expVector

Detailed Description

Definition at line 10 of file ComponentExceptionBase.hpp.

Constructor & Destructor Documentation

HCE::exception::ComponentExceptionBase::ComponentExceptionBase ( const std::string &  what)
inline

Definition at line 13 of file ComponentExceptionBase.hpp.

HCE::exception::ComponentExceptionBase::ComponentExceptionBase ( const ComponentExceptionBase exp)
inline

Definition at line 14 of file ComponentExceptionBase.hpp.

virtual HCE::exception::ComponentExceptionBase::~ComponentExceptionBase ( ) throw ()
inlinevirtual

Definition at line 16 of file ComponentExceptionBase.hpp.


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