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

Method FireNotHandled

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

Source from the content-addressed store, hash-verified

231}
232
233void Command::FireNotHandled(const NotHandledException* e)
234{
235 // Debugging output
236 if (DEBUG_COMMAND_EXECUTION) {
237 CommandTracing::PrintTrace("COMMANDS", "execute" + CommandTracing::SEPARATOR
238 + "not handled: id=" + this->GetId() + "; exception=" + e->what());
239 }
240
241 executionEvents.notHandled(this->GetId(), e);
242}
243
244void Command::FirePostExecuteFailure(const ExecutionException* e)
245{

Callers 1

ExecuteWithChecksMethod · 0.95

Calls 2

whatMethod · 0.80
GetIdMethod · 0.45

Tested by

no test coverage detected