CFL
Public Member Functions | List of all members
cfl::Error Class Reference

Exception class for cfl library. More...

#include <cfl/Error.hpp>

Inheritance diagram for cfl::Error:
Inheritance graph
[legend]

Public Member Functions

 Error (const char *pWhere)
 
 ~Error () throw ()
 
const char * what () const throw ()
 

Detailed Description

This is the exception class for cfl library.

Constructor & Destructor Documentation

cfl::Error::Error ( const char *  pWhere)

Constructor.

Parameters
pWhereInformation on an error.
cfl::Error::~Error ( )
throw (
)
inline

Virtual destructor.

Member Function Documentation

const char* cfl::Error::what ( ) const
throw (
)

The function returns information on the thrown exception.

Returns
Description of the error.

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