OpenWalnut  1.4.0
Public Member Functions
WLibraryLoadFailed Class Reference

Thrown whenever a library could not been loaded. More...

#include <WLibraryLoadFailed.h>

+ Inheritance diagram for WLibraryLoadFailed:

List of all members.

Public Member Functions

 WLibraryLoadFailed (const std::string &msg="The library could not be loaded.")
 Default constructor.
virtual ~WLibraryLoadFailed () throw ()
 Destructor.

Detailed Description

Thrown whenever a library could not been loaded.

This may be caused by a file not found error or link errors.

Definition at line 36 of file WLibraryLoadFailed.h.


Constructor & Destructor Documentation

WLibraryLoadFailed::WLibraryLoadFailed ( const std::string &  msg = "The library could not be loaded.") [explicit]

Default constructor.

Parameters:
msgthe exception message.

Definition at line 29 of file WLibraryLoadFailed.cpp.

Destructor.

Definition at line 35 of file WLibraryLoadFailed.cpp.


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