gatb.core-API-0.0.0
ExceptionErrno Class Reference

Exception class with information got from strerror_r. More...

#include <Exception.hpp>

Inheritance diagram for ExceptionErrno:
Inheritance graph

Public Member Functions

 ExceptionErrno (const char *format,...)
 
- Public Member Functions inherited from Exception
 Exception ()
 
 Exception (const char *format,...)
 
const char * getMessage () const
 

Additional Inherited Members

- Protected Attributes inherited from Exception
std::string _message
 

Detailed Description

Exception class with information got from strerror_r.

Constructor & Destructor Documentation

ExceptionErrno ( const char *  format,
  ... 
)
inline

Constructor. The error message is built by calling strerror function.

Parameters
[in]format: printf-like prototype

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