#include <error.hpp>
Inheritance diagram for Exiv2::AnyError:
Public Member Functions | |
Creators | |
virtual | ~AnyError () |
Virtual destructor. | |
Accessors | |
virtual int | code () const=0 |
Return the error code. | |
virtual std::string | what () const=0 |
Return the error message. Consider using the output operator operator<<(std::ostream &os, const AnyError& error) instead. |
addmoddel.cpp, exifcomment.cpp, exifprint.cpp, iptceasy.cpp, and iptcprint.cpp.
|
Return the error message. Consider using the output operator operator<<(std::ostream &os, const AnyError& error) instead.
Implemented in Exiv2::Error. |