#include <OutOfRangeException.h>
Public Member Functions | |
OutOfRangeException (const std::string &s) | |
virtual const char * | what () const throw () |
virtual | ~OutOfRangeException () throw () |
Private Attributes | |
std::string | mStr |
Definition at line 42 of file OutOfRangeException.h.
OutOfRangeException::OutOfRangeException | ( | const std::string & | s | ) | [inline] |
Definition at line 45 of file OutOfRangeException.h.
virtual OutOfRangeException::~OutOfRangeException | ( | ) | throw () [inline, virtual] |
Definition at line 46 of file OutOfRangeException.h.
virtual const char* OutOfRangeException::what | ( | ) | const throw () [inline, virtual] |
Definition at line 47 of file OutOfRangeException.h.
std::string OutOfRangeException::mStr [private] |
Definition at line 49 of file OutOfRangeException.h.