OpenWalnut  1.4.0
Public Member Functions
WGEException Class Reference

General purpose exception and therefore base class for all graphics engine related exceptions. More...

#include <WGEException.h>

+ Inheritance diagram for WGEException:

List of all members.

Public Member Functions

 WGEException (const std::string &msg="Graphics Engine Exception")
 Default constructor.
virtual ~WGEException () throw ()
 Destructor.

Detailed Description

General purpose exception and therefore base class for all graphics engine related exceptions.

Definition at line 38 of file WGEException.h.


Constructor & Destructor Documentation

WGEException::WGEException ( const std::string &  msg = "Graphics Engine Exception") [explicit]

Default constructor.

Parameters:
msgthe exception message.

Definition at line 29 of file WGEException.cpp.

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

Destructor.

Definition at line 34 of file WGEException.cpp.


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