Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
berryInvalidRegistryObjectException.cpp
Go to the documentation of this file.
1
/*============================================================================
2
3
The Medical Imaging Interaction Toolkit (MITK)
4
5
Copyright (c) German Cancer Research Center (DKFZ)
6
All rights reserved.
7
8
Use of this source code is governed by a 3-clause BSD license that can be
9
found in the LICENSE file.
10
11
============================================================================*/
12
13
#include "
berryInvalidRegistryObjectException.h
"
14
15
namespace
berry
{
16
17
InvalidRegistryObjectException::InvalidRegistryObjectException
()
18
: ctkRuntimeException(
"Invalid registry object"
)
19
{
20
}
21
22
InvalidRegistryObjectException::~InvalidRegistryObjectException
() throw()
23
{
24
}
25
26
const
char
*
InvalidRegistryObjectException::name
()
const
throw()
27
{
28
return
"berry::InvalidRegistryObjectException"
;
29
}
30
31
InvalidRegistryObjectException
*
InvalidRegistryObjectException::clone
()
const
32
{
33
return
new
InvalidRegistryObjectException
(*
this
);
34
}
35
36
void
InvalidRegistryObjectException::rethrow
()
const
37
{
38
throw
*
this
;
39
}
40
41
}
berry
Definition:
QmitkPropertyItemModel.h:23
berry::InvalidRegistryObjectException
Definition:
berryInvalidRegistryObjectException.h:33
berry::InvalidRegistryObjectException::InvalidRegistryObjectException
InvalidRegistryObjectException()
Definition:
berryInvalidRegistryObjectException.cpp:17
berry::InvalidRegistryObjectException::rethrow
void rethrow() const override
Definition:
berryInvalidRegistryObjectException.cpp:36
berry::InvalidRegistryObjectException::~InvalidRegistryObjectException
~InvalidRegistryObjectException() override
Definition:
berryInvalidRegistryObjectException.cpp:22
berry::InvalidRegistryObjectException::clone
InvalidRegistryObjectException * clone() const override
Definition:
berryInvalidRegistryObjectException.cpp:31
berryInvalidRegistryObjectException.h
berry::InvalidRegistryObjectException::name
const char * name() const override
Definition:
berryInvalidRegistryObjectException.cpp:26
Source
Plugins
org.blueberry.core.runtime
src
registry
berryInvalidRegistryObjectException.cpp
Generated on Thu Mar 12 2020 10:23:32 for Medical Imaging Interaction Toolkit by
1.8.13