Public Member Functions | |
| LapackError (int info, string function, string comment) | |
| Main constructor. More... | |
| virtual | ~LapackError () |
| Destructor (present to avoid duplicate symbols in .o files) | |
| virtual string | What () |
| Delivers information about the error. More... | |
| void | CoutWhat () |
| Delivers information about the error. More... | |
Protected Attributes | |
| int | info_ |
| string | description_ |
| Message describing the exception type. | |
| string | function_ |
| Name of the function in which the error occurred. | |
| string | comment_ |
| A comment about the error. | |
Definition at line 225 of file Errors.hxx.
| Seldon::LapackError::LapackError | ( | int | info, |
| string | function, | ||
| string | comment | ||
| ) |
Main constructor.
Error associated with a diagnostic integer, a function and a comment.
| info | Lapack diagnostic integer. |
| function | function with which the error is associated. |
| comment | comment associated with the error. |
Definition at line 756 of file Errors.cxx.
|
inherited |
Delivers information about the error.
Displays available information, i.e. the error description, the function and/or a comment.
Definition at line 106 of file Errors.cxx.
|
virtual |
Delivers information about the error.
Displays available information, i.e. the error description, the function and/or the comment.
Reimplemented from Seldon::Error.
Definition at line 776 of file Errors.cxx.