PageNotFoundException Class Reference
#include <exceptions.h>
List of all members.
Detailed Description
Exception is thrown when no page at postion can be found.
Constructor & Destructor Documentation
| PageNotFoundException::PageNotFoundException |
( |
|
) |
[inline] |
Exception constructor without position specified. This exception should be called when page is searched by CPage instance.
| PageNotFoundException::PageNotFoundException |
( |
size_t |
pos |
) |
[inline] |
Exception constructor.
- Parameters:
-
| pos | Postion which couldn't be found. |
References message.
| virtual PageNotFoundException::~PageNotFoundException |
( |
|
) |
throw () [inline, virtual] |
Member Function Documentation
| void PageNotFoundException::getPosition |
( |
size_t & |
pos |
) |
[inline] |
| virtual const char* PageNotFoundException::what |
( |
|
) |
const throw () [inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: