PdfOpenException Class Reference

#include <exceptions.h>

Inheritance diagram for PdfOpenException:
PdfException

List of all members.

Public Member Functions

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

Private Attributes

const std::string message

Detailed Description

Pdf open exception.

Exception is thrown if file open fail on what ever cause. Reason is in message string.


Constructor & Destructor Documentation

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

Exception constructor.

Parameters:
msg Cause message.
virtual PdfOpenException::~PdfOpenException (  )  throw () [inline, virtual]

Member Function Documentation

void PdfOpenException::getMessage ( std::string &  msg  )  const [inline]
virtual const char* PdfOpenException::what (  )  const throw () [inline, virtual]

References message.


Member Data Documentation

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

Referenced by getMessage(), and what().


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