Earth Observation Software Orbit and Attitude Adapater Tool |
Class to get errors from the EoOrbAttAdapater tool. More...
Public Member Functions | |
vector< string > | getError () |
Get the list of error messages. More... | |
void | addError (string msg) |
Add a message error. More... | |
void | addCfiErrors (CfiError ce, string msg) |
Add a list of error messages. More... | |
Class to get errors from the EoOrbAttAdapater tool.
Any error raised by any method of the tool is thrown as an object of this class.
void EoAdapterError::addCfiErrors | ( | CfiError | ce, |
string | msg | ||
) |
Add a list of error messages.
ce | EOCFI error |
msg | error message |
void EoAdapterError::addError | ( | string | msg | ) |
Add a message error.
msg | error message |
|
inline |
Get the list of error messages.