AmbiguousPageTreeException Class Reference

#include <exceptions.h>

Inheritance diagram for AmbiguousPageTreeException:
PdfException

List of all members.

Public Member Functions

 AmbiguousPageTreeException ()
virtual ~AmbiguousPageTreeException () throw ()
virtual const char * what () const throw ()

Private Attributes

const std::string msg

Detailed Description

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).


Constructor & Destructor Documentation

AmbiguousPageTreeException::AmbiguousPageTreeException (  )  [inline]

Exception constructor.

virtual AmbiguousPageTreeException::~AmbiguousPageTreeException (  )  throw () [inline, virtual]

Member Function Documentation

virtual const char* AmbiguousPageTreeException::what (  )  const throw () [inline, virtual]

References msg.


Member Data Documentation

const std::string AmbiguousPageTreeException::msg [private]

Referenced by what().


The documentation for this class was generated from the following file: