|
bpp-core
2.2.0
|
#include <stdexcept>#include <vector>#include <string>
Include dependency graph for Exceptions.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | bpp::Exception |
| Exception base class. More... | |
| class | bpp::IOException |
| The base class exception for IO error. More... | |
| class | bpp::NullPointerException |
| The base class exception for NULL pointer error. More... | |
| class | bpp::ZeroDivisionException |
| The base class exception for zero division error. More... | |
| class | bpp::BadIntegerException |
| Number exception: integers. More... | |
| class | bpp::BadNumberException |
| Number exception: doubles. More... | |
| class | bpp::NumberFormatException |
| Number format exception. More... | |
| class | bpp::IndexOutOfBoundsException |
| Index out of bounds exception class. More... | |
| class | bpp::BadSizeException |
| Wrong size exception class. More... | |
| class | bpp::OutOfRangeException |
| Out of range exception class. More... | |
| class | bpp::NotImplementedException |
| This expeption is sent when a given method is not implemented. More... | |
Namespaces | |
| bpp | |
| This class allows to perform a correspondence analysis. | |