OpenWalnut  1.4.0
Public Member Functions
WKernelException Class Reference

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

#include <WKernelException.h>

+ Inheritance diagram for WKernelException:

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 38 of file WKernelException.h.


Constructor & Destructor Documentation

WKernelException::WKernelException ( const std::string &  msg = "Kernel Exception") [explicit]

Default constructor.

Parameters:
msgthe exception message.

Definition at line 29 of file WKernelException.cpp.

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

Destructor.

Definition at line 34 of file WKernelException.cpp.


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