Public Member Functions

png::std_error Class Reference

Exception class to represent standard library errors (generally IO). More...

#include <error.hpp>

List of all members.

Public Member Functions

 std_error (std::string const &message, int error=errno)

Detailed Description

Exception class to represent standard library errors (generally IO).

See also:
reader, writer

Constructor & Destructor Documentation

png::std_error::std_error ( std::string const &  message,
int  error = errno 
) [inline, explicit]

Constructs an std_error object. The message string is appended with ": " and the error description as returned by strerror(error).

Parameters:
message error description
error error number

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