PDI 1.3.1

the PDI data interface

PDI::System_error Class Reference
Inheritance diagram for PDI::System_error:
PDI::Error

Public Member Functions

template<typename S , typename... Args>
 System_error (const S &format_str, Args &&... args)
 
 System_error (System_error &&)=default
 
 System_error (const System_error &)=default
 
- Public Member Functions inherited from PDI::Error
 Error (PDI_status_t errcode)
 Creates a PDI error without a message. More...
 
template<typename S , typename... Args>
 Error (PDI_status_t errcode, const S &format_str, Args &&... args)
 Creates a PDI error. More...
 
 Error (PDI_status_t errcode, const char *message)
 Creates a PDI error. More...
 
const char * what () const noexcept override
 
PDI_status_t status () const noexcept
 Returns status of the error. More...
 

Additional Inherited Members

- Protected Attributes inherited from PDI::Error
PDI_status_t m_status
 status of the error More...
 
std::string m_what
 message of the error More...
 

Constructor & Destructor Documentation

◆ System_error() [1/3]

template<typename S , typename... Args>
PDI::System_error::System_error ( const S &  format_str,
Args &&...  args 
)
inline

◆ System_error() [2/3]

PDI::System_error::System_error ( System_error &&  )
default

◆ System_error() [3/3]

PDI::System_error::System_error ( const System_error )
default

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