DUtils::DException Class Reference

General exception. More...

#include <DException.h>

List of all members.

Public Member Functions

 DException (void) throw ()
 DException (const char *msg) throw ()
 DException (const string &msg) throw ()
virtual ~DException (void) throw ()
virtual const char * what () const throw ()

Protected Attributes

string m_message
 Error message.

Detailed Description

General exception.


Constructor & Destructor Documentation

DUtils::DException::DException ( void   )  throw () [inline]

Creates an exception with a general error message

DUtils::DException::DException ( const char *  msg  )  throw () [inline]

Creates an exception with a custom error message

Parameters:
msg,: message
DUtils::DException::DException ( const string &  msg  )  throw () [inline]

Creates an exception with a custom error message

Parameters:
msg,: message
virtual DUtils::DException::~DException ( void   )  throw () [inline, virtual]

Destructor


Member Function Documentation

virtual const char* DUtils::DException::what (  )  const throw () [inline, virtual]

Returns the exception message


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Friends
Generated on Thu Feb 7 19:16:00 2013 by  doxygen 1.6.3