libcxml
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 noexcept override
 

Detailed Description

An error.

Constructor & Destructor Documentation

◆ Error()

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

Construct an Error exception.

Parameters
messageError message.

◆ ~Error()

cxml::Error::~Error ( )
throw (
)
inline

Error destructor

Member Function Documentation

◆ what()

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

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