MCPcopy Create free account
hub / github.com/MITK/MITK / FirePostExecuteFailure

Method FirePostExecuteFailure

Plugins/org.blueberry.core.commands/src/berryCommand.cpp:244–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void Command::FirePostExecuteFailure(const ExecutionException* e)
245{
246 // Debugging output
247 if (DEBUG_COMMAND_EXECUTION)
248 {
249 CommandTracing::PrintTrace("COMMANDS", "execute" + CommandTracing::SEPARATOR
250 + "failure: id=" + this->GetId() + "; exception=" + e->what());
251 }
252
253 executionEvents.postExecuteFailure(this->GetId(), e);
254}
255
256void Command::FirePostExecuteSuccess(const Object::Pointer returnValue)
257{

Callers 1

ExecuteWithChecksMethod · 0.95

Calls 2

whatMethod · 0.80
GetIdMethod · 0.45

Tested by

no test coverage detected