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

Method HandleException

Plugins/org.blueberry.core.runtime/src/berrySafeRunner.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void SafeRunner::HandleException(ISafeRunnable::Pointer code)
48{
49 HandleException(code, ctkException("Unknown exception thrown"));
50}
51
52void SafeRunner::HandleException(ISafeRunnable::Pointer code,
53 const std::exception& e)

Callers

nothing calls this directly

Calls 6

whatMethod · 0.80
GetPointerMethod · 0.80
GetStatusMethod · 0.80
printStackTraceMethod · 0.80
QStringClass · 0.50
MergeMethod · 0.45

Tested by

no test coverage detected