OpenWalnut  1.4.0
Public Member Functions
WNotFound Class Reference

Indicates invalid value which could not be found. More...

#include <WNotFound.h>

+ Inheritance diagram for WNotFound:

List of all members.

Public Member Functions

 WNotFound (const std::string &msg="Not found.")
 Default constructor.
virtual ~WNotFound () throw ()
 Destructor.

Detailed Description

Indicates invalid value which could not be found.

Definition at line 35 of file WNotFound.h.


Constructor & Destructor Documentation

WNotFound::WNotFound ( const std::string &  msg = "Not found.") [explicit]

Default constructor.

Parameters:
msgthe exception message.

Definition at line 29 of file WNotFound.cpp.

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

Destructor.

Definition at line 35 of file WNotFound.cpp.


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