Error class for AntelopePf object.
More...
#include <AntelopePf.h>
Error class for AntelopePf object.
This error object is similar to that for Metadata but tags all errors cleanly as originating from this child of Metadata. Note MsPASSError is a child of std::exception, so catch that to most easily fetch messages coming from this beast.
◆ AntelopePfError() [1/3]
mspass::utility::AntelopePfError::AntelopePfError |
( |
| ) |
|
|
inline |
168 {
169 message = std::string(
"AntelopePfError->undefined error");
170 };
std::string message
Definition MsPASSError.h:108
◆ AntelopePfError() [2/3]
mspass::utility::AntelopePfError::AntelopePfError |
( |
std::string |
mess | ) |
|
|
inline |
171 {
172 message =
"AntelopePfError object message=" + mess;
173 };
◆ AntelopePfError() [3/3]
mspass::utility::AntelopePfError::AntelopePfError |
( |
const char * |
mess | ) |
|
|
inline |
174 {
175 message = std::string(
"AntelopePfError object message=") + mess;
176 };
◆ log_error()
void mspass::utility::AntelopePfError::log_error |
( |
| ) |
|
|
inline |
177{ std::cerr <<
message << std::endl; };
The documentation for this class was generated from the following file:
- /home/runner/work/mspass/mspass/cxx/include/mspass/utility/AntelopePf.h