#include <rl_Exception.h>
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. |
The exception thrown by the rl_RayLib and rl_RaySupLib libraries.
Definition at line 35 of file rl_Exception.h.
rl_Exception::~rl_Exception | ( | ) | throw ( ) |
Destructor.
Definition at line 27 of file rl_Exception.cc.
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.