rl_Exception Class Reference
#include <rl_Exception.h>
List of all members.
|
Public Member Functions |
| ~rl_Exception () throw ( ) |
| Destructor.
|
| rl_Exception (const string &msg) |
| Include a string describing the exception.
|
| rl_Exception (const char *format,...) |
| Format a string describing the exception.
|
Detailed Description
The exception thrown by the rl_RayLib and rl_RaySupLib libraries.
Definition at line 35 of file rl_Exception.h.
Constructor & Destructor Documentation
rl_Exception::~rl_Exception |
( |
|
) |
throw ( ) |
rl_Exception::rl_Exception |
( |
const string & |
msg |
) |
|
Include a string describing the exception.
Definition at line 29 of file rl_Exception.cc.
rl_Exception::rl_Exception |
( |
const char * |
format, |
|
|
|
... | |
|
) |
| | |
Format a string describing the exception.
Definition at line 32 of file rl_Exception.cc.
The documentation for this class was generated from the following files: