#include <exceptions.h>
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 |
Pdf open exception.
Exception is thrown if file open fail on what ever cause. Reason is in message string.
| PdfOpenException::PdfOpenException | ( | std::string | msg | ) | [inline] |
Exception constructor.
| msg | Cause message. |
| virtual PdfOpenException::~PdfOpenException | ( | ) | throw () [inline, virtual] |
| void PdfOpenException::getMessage | ( | std::string & | msg | ) | const [inline] |
References message.
Referenced by gui::SelectPagesDialog::init(), and gui::MergeDialog::initFileList().
| virtual const char* PdfOpenException::what | ( | ) | const throw () [inline, virtual] |
References message.
const std::string PdfOpenException::message [private] |
Referenced by getMessage(), and what().