My Project
SallyAPI::Exception::CException Class Reference

Exception. More...

#include <Exception.h>

Inheritance diagram for SallyAPI::Exception::CException:
SallyAPI::Exception::CExceptionError SallyAPI::Exception::CExceptionWarning

List of all members.

Public Member Functions

 CException (const std::string &message)
 Constructor.
virtual ~CException ()
 Destructor.
std::string GetCause ()
 Gets the cause.
std::string GetStacktrace ()
 Gets the stacktrace.

Protected Attributes

CExceptionStackWalker m_ESW
std::string m_strMessage

Detailed Description

Exception.

Author:
Christian Knobloch
Date:
19.04.2010

Constructor & Destructor Documentation

CException::CException ( const std::string &  message)

Constructor.

Author:
Christian Knobloch
Date:
19.04.2010
Parameters:
messageThe message.
CException::~CException ( ) [virtual]

Destructor.

Author:
Christian Knobloch
Date:
19.04.2010

Member Function Documentation

std::string CException::GetCause ( )

Gets the cause.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The cause.
std::string CException::GetStacktrace ( )

Gets the stacktrace.

Author:
Christian Knobloch
Date:
19.04.2010
Returns:
The stacktrace.

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines