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

#include <RenderTypes.h>

Inherits exception.

Collaboration diagram for MemException:
Collaboration graph

Public Member Functions

 MemException (const std::string msg)
 
 MemException (const std::string m, int err)
 
 MemException (const MemException &op)
 
virtual ~MemException () throw ()
 
virtual const char * what () const throw ()
 

Protected Attributes

std::string msg
 

Constructor & Destructor Documentation

◆ MemException() [1/3]

MemException ( const std::string  msg)
inline

◆ MemException() [2/3]

MemException ( const std::string  m,
int  err 
)
inline

◆ MemException() [3/3]

MemException ( const MemException op)
inline

◆ ~MemException()

virtual ~MemException ( )
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: