error.hpp File Reference

Error class for exceptions. More...

#include "types.hpp"
#include <exception>
#include <string>
#include <iosfwd>

Include dependency graph for error.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Namespaces

namespace  Exiv2

Classes

class  Exiv2::AnyError
 Error class interface. Allows the definition and use of a hierarchy of error classes which can all be handled in one catch block. Inherits from the standard exception base-class, to make life easier for library users (they have the option of catching most things via std::exception). More...
class  Exiv2::Error
 Simple error class used for exceptions. An output operator is provided to print errors to a stream. More...

Functions

std::ostream & operator<< (std::ostream &os, const AnyError &error)
 AnyBase output operator

Detailed Description

Error class for exceptions.

Version:
Rev
1957
Author:
Andreas Huggel (ahu) ahuggel@gmx.net
Date:
15-Jan-04, ahu: created
11-Feb-04, ahu: isolated as a component

Generated on Thu Dec 31 03:57:39 2009 for Exiv2 by  doxygen 1.3.9.1