libcxml
 All Classes Functions
Public Member Functions | List of all members
cxml::Error Class Reference

An error. More...

#include <cxml.h>

Inheritance diagram for cxml::Error:

Public Member Functions

 Error (std::string const &message)
 
 ~Error () throw ()
 
char const * what () const throw ()
 

Detailed Description

An error.

Constructor & Destructor Documentation

cxml::Error::Error ( std::string const &  message)
inline

Construct an Error exception.

Parameters
messageError message.
cxml::Error::~Error ( )
throw (
)
inline

Error destructor

Member Function Documentation

char const* cxml::Error::what ( ) const
throw (
)
inline
Returns
error message. Caller must not free the returned value.

The documentation for this class was generated from the following file: