CFL
Classes | Namespaces | Functions
Error.hpp File Reference

Exceptions in cfl library. More...

#include "cfl/Macros.hpp"
#include <exception>
#include <string>
#include "cfl/Inline/iError.hpp"
Include dependency graph for Error.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cfl::Error
 Exception class for cfl library. More...
 

Namespaces

 cfl
 Main namespace for cfl library.
 
 cfl::NError
 Implementations of Error class for different types of exceptions.
 

Functions

Error cfl::NError::range (const char *pWhere)
 
Error cfl::NError::size (const char *pWhere)
 
Error cfl::NError::sort (const char *pWhere)
 

Detailed Description

Author
Dmitry Kramkov
Date
2000-2006

The file contains exception classes and functions for cfl library.