Invoice++
Loading...
Searching...
No Matches
PDFException Class Reference

Libharu Exception. More...

#include <pdf_exception.h>

Inheritance diagram for PDFException:
Collaboration diagram for PDFException:

Public Member Functions

 PDFException (const HPDF_STATUS error_code, const HPDF_STATUS detail_code)
 
std::string message () const
 

Private Attributes

HPDF_STATUS error_code
 
HPDF_STATUS detail_code
 

Detailed Description

Libharu Exception.

This exception will be thrown when Libharu encounters an error

Constructor & Destructor Documentation

◆ PDFException()

PDFException::PDFException ( const HPDF_STATUS error_code,
const HPDF_STATUS detail_code )
inlineexplicit

Member Function Documentation

◆ message()

std::string PDFException::message ( ) const
inline
Here is the caller graph for this function:

Member Data Documentation

◆ detail_code

HPDF_STATUS PDFException::detail_code
private

◆ error_code

HPDF_STATUS PDFException::error_code
private

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