Eidolon
Public Member Functions | Protected Attributes | List of all members
RenderException Class Reference

#include <RenderTypes.h>

Inherits exception.

Collaboration diagram for RenderException:
Collaboration graph

Public Member Functions

 RenderException (const std::string msg)
 
 RenderException (const std::string msg, const char *file, int line)
 
 RenderException (const RenderException &op)
 
virtual ~RenderException () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

std::string msg
 

Constructor & Destructor Documentation

◆ RenderException() [1/3]

RenderException ( const std::string  msg)
inline

◆ RenderException() [2/3]

RenderException ( const std::string  msg,
const char *  file,
int  line 
)
inline

◆ RenderException() [3/3]

RenderException ( const RenderException op)
inline

◆ ~RenderException()

virtual ~RenderException ( )
throw (
)
inlinevirtual

Member Function Documentation

◆ what()

virtual const char* what ( ) const
throw (
)
inlinevirtual

Member Data Documentation

◆ msg

std::string msg
protected

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