#include <exceptions.h>
Public Member Functions | |
| AmbiguousPageTreeException () | |
| virtual | ~AmbiguousPageTreeException () throw () |
| virtual const char * | what () const throw () |
Private Attributes | |
| const std::string | msg |
Exception is thrown when page tree is ambiguous.
This means that it is not possible to get Node position in its parent Kids array (because it is in this Kids array several times).
| AmbiguousPageTreeException::AmbiguousPageTreeException | ( | ) | [inline] |
Exception constructor.
| virtual AmbiguousPageTreeException::~AmbiguousPageTreeException | ( | ) | throw () [inline, virtual] |
| virtual const char* AmbiguousPageTreeException::what | ( | ) | const throw () [inline, virtual] |
References msg.
const std::string AmbiguousPageTreeException::msg [private] |
Referenced by what().