mbsim
4.0.0
MBSim Kernel
|
basic error class for mbsim More...
#include <mbsim_event.h>
Public Member Functions | |
MBSimError (const Element *context, std::string mbsim_error_message_) noexcept | |
constructor More... | |
MBSimError (const Solver *context, std::string mbsim_error_message_) noexcept | |
constructor More... | |
const std::string & | getErrorMessage () const |
const std::string & | getPath () const |
const char * | what () const noexcept override |
Private Attributes | |
std::string | mbsim_error_message |
error message | |
std::string | path |
MBXMLUtils::DOMEvalException | domEvalError |
std::string | whatMsg |
basic error class for mbsim
|
noexcept |
constructor
message | to be written |
context | the conext MBSim::Element where the error occured |
|
noexcept |
constructor
message | to be written |
context | the conext MBSim::Solver where the error occured |