void SimulationDrivenWare::OPENFLUID_RaiseError(const std::string& Msg)
{
  throw WareException(computeWareContext(),Msg);
}
void PluggableWare::OPENFLUID_RaiseError(const std::string& Msg)
{
  throw WareException(openfluid::ware::WareException::computeContext(m_WareType,OPENFLUID_GetWareID()),Msg);
}