OpenWalnut  1.4.0
Public Member Functions
WNotImplemented Class Reference

Indicates invalid element access of a container. More...

#include <WNotImplemented.h>

+ Inheritance diagram for WNotImplemented:

List of all members.

Public Member Functions

 WNotImplemented (const std::string &msg="Not implemented yet")
 Default constructor.
virtual ~WNotImplemented () throw ()
 Destructor.

Detailed Description

Indicates invalid element access of a container.

Definition at line 36 of file WNotImplemented.h.


Constructor & Destructor Documentation

WNotImplemented::WNotImplemented ( const std::string &  msg = "Not implemented yet") [explicit]

Default constructor.

Parameters:
msgthe exception message.

Definition at line 29 of file WNotImplemented.cpp.

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

Destructor.

Definition at line 35 of file WNotImplemented.cpp.


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