|
DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
|
#include <errorTypes.hpp>
Public Attributes | |
| std::string | programName {} |
| The name of the program where the exception originated. | |
| std::string | message {} |
| The main error message describing the error. | |
| std::string | fileName {} |
| The file name where the error took place, use the FILE macro. | |
| std::size_t | lineNumber {} |
| The line number where the error took place, use the LINE macro. | |
Defines an aggregate and can be initialized as such without the explicitly defined constructors.
| std::string CppUtils::Errors::ErrorMessage::programName {} |
Referenced by GTEST_TEST(), and CppUtils::Errors::printErrorMessage().
| std::string CppUtils::Errors::ErrorMessage::message {} |
Referenced by GTEST_TEST(), and CppUtils::Errors::printErrorMessage().
| std::string CppUtils::Errors::ErrorMessage::fileName {} |
Referenced by CppUtils::Errors::printErrorMessage().
| std::size_t CppUtils::Errors::ErrorMessage::lineNumber {} |
Referenced by CppUtils::Errors::printErrorMessage().