The SparseMatrixError class is the exception type thrown when SparseMatrix operations fail.
More...
#include "libArrayToolbox/SparseMatrix.hh"
The SparseMatrixError class is the exception type thrown when SparseMatrix operations fail.
Definition at line 57 of file SparseMatrix.hh.
◆ SparseMatrixError()
atb::SparseMatrixError::SparseMatrixError |
( |
std::string const & |
message = "" | ) |
|
|
inline |
Create a new SparseMatrixError object with given error message.
- Parameters
-
message | The error message to return to the caller |
Definition at line 68 of file SparseMatrix.hh.
◆ ~SparseMatrixError()
atb::SparseMatrixError::~SparseMatrixError |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ operator<<()
template<typename DataT >
RuntimeError & atb::RuntimeError::operator<< |
( |
DataT const & |
data | ) |
|
|
inherited |
Appends the given data to the message string.
- Parameters
-
Definition at line 112 of file RuntimeError.hh.
◆ what()
virtual const char* atb::RuntimeError::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtualinherited |
Returns the error description.
- Returns
- The error description string.
◆ _message
std::string atb::RuntimeError::_message |
|
protectedinherited |
The documentation for this class was generated from the following file: