#include <exceptions.h>
Public Member Functions | |
| NoPageRootException () | |
| virtual | ~NoPageRootException () throw () |
| virtual const char * | what () const throw () |
No page tree root dictionary exception.
Exception is thrown if someone is tries to insert new page to document which doesn't contain any page tree root dictionary.
| NoPageRootException::NoPageRootException | ( | ) | [inline] |
Exception constructor.
| virtual NoPageRootException::~NoPageRootException | ( | ) | throw () [inline, virtual] |
| virtual const char* NoPageRootException::what | ( | ) | const throw () [inline, virtual] |