#include <VError8.h>
Public Member Functions | |
VError (const std::string &what) | |
VError () | |
virtual const char * | what () const throw () |
void | ostream_print (std::ostream &) const |
The libvips error class. It holds a single string containing an internationalized error message in utf-8 encoding.
|
inline |
Construct a VError, setting the error message.
|
inline |
Construct a VError, fetching the error message from the libvips error buffer.
void VError::ostream_print | ( | std::ostream & | file | ) | const |
Print the error message to a stream.
|
inlinevirtual |
Get a reference to the underlying C string.