|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <aleph-exceptions.H>
Public Member Functions | |
| OutOfMemory (const size_t line_number, const std::string &file_name, const std::string &type, const std::string &msg) | |
Public Member Functions inherited from AlephException | |
| AlephException () | |
| AlephException (const std::string &category_msg, const size_t line_number, const std::string &file_name, const std::string &type, const std::string &msg) | |
Additional Inherited Members | |
Public Attributes inherited from AlephException | |
| const size_t | line_number = 0 |
| Line number of source file where the exception was thrown. | |
| const std::string | file_name = "No defined" |
| file name where the exception was thrown | |
| const std::string | type = "No defined" |
| const std::string | msg = "No defined" |
| Type name. | |
Protected Attributes inherited from AlephException | |
| std::string | category_msg = "No defined" |
| Message describing the error. | |
Definition at line 169 of file aleph-exceptions.H.
|
inline |
Definition at line 169 of file aleph-exceptions.H.