ReadOnlyDocumentException Class Reference

#include <exceptions.h>

Inheritance diagram for ReadOnlyDocumentException:
PdfException

List of all members.

Public Member Functions

 ReadOnlyDocumentException (std::string msg)
virtual ~ReadOnlyDocumentException () throw ()
virtual const char * what () const throw ()
void getMessage (std::string &msg)

Private Attributes

const std::string message

Detailed Description

Exception is thrown when change on read only document is about to be done.


Constructor & Destructor Documentation

ReadOnlyDocumentException::ReadOnlyDocumentException ( std::string  msg  )  [inline]

Exception constructor.

Parameters:
msg Context message of action.
virtual ReadOnlyDocumentException::~ReadOnlyDocumentException (  )  throw () [inline, virtual]

Member Function Documentation

void ReadOnlyDocumentException::getMessage ( std::string &  msg  )  [inline]

References message.

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

References message.


Member Data Documentation

const std::string ReadOnlyDocumentException::message [private]

Referenced by getMessage(), and what().


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