ErrorDim Class Reference
Error class for dimension mismatch errors. More...
#include <error.hpp>
Inheritance diagram for ErrorDim:

Public Member Functions | |
ErrorDim (const ErrorLocation &loc) | |
Constructor for dimension mismatch error with standard error message. | |
ErrorDim (const ErrorLocation &loc, const std::string &str) | |
Constructor for dimension mismatch error with custom error message. |
Detailed Description
Error class for dimension mismatch errors.
Constructor & Destructor Documentation
ErrorDim::ErrorDim | ( | const ErrorLocation & | loc | ) |
Constructor for dimension mismatch error with standard error message.
The error message is "dimension mismatch".
ErrorDim::ErrorDim | ( | const ErrorLocation & | loc, | |
const std::string & | str | |||
) |
Constructor for dimension mismatch error with custom error message.
The documentation for this class was generated from the following file: