Eidolon
|
#include <RenderTypes.h>
Inherits exception.
Public Member Functions | |
IndexException (std::string name, size_t val, size_t maxval) | |
IndexException (const IndexException &ind) | |
virtual | ~IndexException () throw () |
virtual const char * | what () const throw () |
Protected Member Functions | |
void | setMsg () |
Protected Attributes | |
std::string | name |
std::string | msg |
size_t | val |
size_t | maxval |
|
inline |
|
inline |
|
inlinevirtual |
|
inlineprotected |
|
inlinevirtual |
|
protected |
|
protected |
|
protected |
|
protected |