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

Method CoreException

Plugins/org.blueberry.core.runtime/src/berryCoreException.cpp:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace berry {
18
19CoreException::CoreException(const SmartPointer<IStatus>& status)
20 : ctkException(status->GetMessage()), status(status)
21{
22 if (status->GetException())
23 {
24 this->setCause(*status->GetException());
25 }
26}
27
28CoreException::~CoreException() throw()
29{

Callers

nothing calls this directly

Calls 2

GetMessageMethod · 0.80
GetExceptionMethod · 0.80

Tested by

no test coverage detected