46class VIPS_CPLUSPLUS_API
VError :
public std::exception {
53 VError(
const std::string &what ) : _what( what ) {}
59 VError() : _what( vips_error_buffer() ) {}
66 virtual const char *
what()
const throw() {
return _what.c_str(); }
71 void ostream_print( std::ostream & )
const;