#include <error.hpp>
Inheritance diagram for Exiv2::Error:
Public Member Functions | |
Accessors | |
virtual int | code () const |
Return the error code. | |
virtual std::string | what () const |
Return the error message. Consider using the output operator operator<<(std::ostream &os, const AnyError& error) instead. |
virtual std::string Exiv2::Error::what | ( | ) | const [virtual] |
Return the error message. Consider using the output operator operator<<(std::ostream &os, const AnyError& error) instead.
Implements Exiv2::AnyError.