Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
berryInvalidRegistryObjectException.cpp
Go to the documentation of this file.
1
/*===================================================================
2
3
BlueBerry Platform
4
5
Copyright (c) German Cancer Research Center,
6
Division of Medical and Biological Informatics.
7
All rights reserved.
8
9
This software is distributed WITHOUT ANY WARRANTY; without
10
even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
A PARTICULAR PURPOSE.
12
13
See LICENSE.txt or http://www.mitk.org for details.
14
15
===================================================================*/
16
17
#include "
berryInvalidRegistryObjectException.h
"
18
19
namespace
berry
{
20
21
InvalidRegistryObjectException::InvalidRegistryObjectException
()
22
: ctkRuntimeException(
"Invalid registry object"
)
23
{
24
}
25
26
InvalidRegistryObjectException::~InvalidRegistryObjectException
() throw()
27
{
28
}
29
30
const
char
*
InvalidRegistryObjectException::name
()
const
throw()
31
{
32
return
"berry::InvalidRegistryObjectException"
;
33
}
34
35
InvalidRegistryObjectException
*
InvalidRegistryObjectException::clone
()
const
36
{
37
return
new
InvalidRegistryObjectException
(*
this
);
38
}
39
40
void
InvalidRegistryObjectException::rethrow
()
const
41
{
42
throw
*
this
;
43
}
44
45
}
berry
Definition:
QmitkPropertyItemModel.h:27
berry::InvalidRegistryObjectException
Definition:
berryInvalidRegistryObjectException.h:37
berry::InvalidRegistryObjectException::~InvalidRegistryObjectException
~InvalidRegistryObjectException()
Definition:
berryInvalidRegistryObjectException.cpp:26
berry::InvalidRegistryObjectException::InvalidRegistryObjectException
InvalidRegistryObjectException()
Definition:
berryInvalidRegistryObjectException.cpp:21
berry::InvalidRegistryObjectException::rethrow
void rethrow() const override
Definition:
berryInvalidRegistryObjectException.cpp:40
berry::InvalidRegistryObjectException::clone
InvalidRegistryObjectException * clone() const override
Definition:
berryInvalidRegistryObjectException.cpp:35
berryInvalidRegistryObjectException.h
berry::InvalidRegistryObjectException::name
const char * name() const override
Definition:
berryInvalidRegistryObjectException.cpp:30
git
MITK
Plugins
org.blueberry.core.runtime
src
registry
berryInvalidRegistryObjectException.cpp
Generated on Fri Feb 3 2017 20:51:44 for Medical Imaging Interaction Toolkit by
1.8.9.1