OpenWalnut  1.4.0
Public Member Functions
WDHException Class Reference

General purpose exception and therefore base class for all DataHandler related exceptions. More...

#include <WDHException.h>

+ Inheritance diagram for WDHException:

List of all members.

Public Member Functions

 WDHException (const std::string &msg="DataHandler Exception")
 Default constructor.
virtual ~WDHException () throw ()
 Destructor.

Detailed Description

General purpose exception and therefore base class for all DataHandler related exceptions.

Definition at line 39 of file WDHException.h.


Constructor & Destructor Documentation

WDHException::WDHException ( const std::string &  msg = "DataHandler Exception") [explicit]

Default constructor.

Parameters:
msgthe exception message.

Definition at line 30 of file WDHException.cpp.

WDHException::~WDHException ( ) throw () [virtual]

Destructor.

Definition at line 35 of file WDHException.cpp.


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