OpenWalnut  1.4.0
Public Member Functions
WFileOpenFailed Class Reference

Thrown whenever a file could not be opened. More...

#include <WFileOpenFailed.h>

+ Inheritance diagram for WFileOpenFailed:

List of all members.

Public Member Functions

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

Detailed Description

Thrown whenever a file could not be opened.

Definition at line 36 of file WFileOpenFailed.h.


Constructor & Destructor Documentation

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

Default constructor.

Parameters:
msgthe exception message.

Definition at line 29 of file WFileOpenFailed.cpp.

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

Destructor.

Definition at line 35 of file WFileOpenFailed.cpp.


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