Exception to be thrown when the rendering task encounters an abnormal situation. More...
#include <OSDLRenderer.h>
Public Member Functions | |
RenderingException (const std::string &reason) | |
virtual | ~RenderingException () throw () |
Exception to be thrown when the rendering task encounters an abnormal situation.
Definition at line 57 of file OSDLRenderer.h.
RenderingException::RenderingException | ( | const std::string & | reason | ) | [explicit] |
Definition at line 65 of file OSDLRenderer.cc.
RenderingException::~RenderingException | ( | ) | throw () [virtual] |
Definition at line 73 of file OSDLRenderer.cc.