OpenWalnut  1.4.0
Public Member Functions
WFileNotFound Class Reference

Thrown whenever a file was not found. More...

#include <WFileNotFound.h>

+ Inheritance diagram for WFileNotFound:

List of all members.

Public Member Functions

 WFileNotFound (const std::string &msg="The file could not be found.")
 Default constructor.
virtual ~WFileNotFound () throw ()
 Destructor.

Detailed Description

Thrown whenever a file was not found.

Definition at line 36 of file WFileNotFound.h.


Constructor & Destructor Documentation

WFileNotFound::WFileNotFound ( const std::string &  msg = "The file could not be found.") [explicit]

Default constructor.

Parameters:
msgthe exception message.

Definition at line 29 of file WFileNotFound.cpp.

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

Destructor.

Definition at line 35 of file WFileNotFound.cpp.


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