Medical Imaging Interaction Toolkit  2023.12.99-b884b24c
Medical Imaging Interaction Toolkit
berryCommandExceptions.h
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 #ifndef BERRYCOMMANDEXCEPTIONS_H_
14 #define BERRYCOMMANDEXCEPTIONS_H_
15 
17 
18 #include <ctkException.h>
19 
20 namespace berry {
21 
22 CTK_DECLARE_EXCEPTION(BERRY_COMMANDS, CommandException, ctkRuntimeException)
23 
24 CTK_DECLARE_EXCEPTION(BERRY_COMMANDS, ExecutionException, CommandException)
25 CTK_DECLARE_EXCEPTION(BERRY_COMMANDS, NotHandledException, CommandException)
26 CTK_DECLARE_EXCEPTION(BERRY_COMMANDS, NotDefinedException, CommandException)
27 CTK_DECLARE_EXCEPTION(BERRY_COMMANDS, NotEnabledException, CommandException)
28 CTK_DECLARE_EXCEPTION(BERRY_COMMANDS, ParameterValueConversionException, CommandException)
29 
30 
38 CTK_DECLARE_EXCEPTION(BERRY_COMMANDS, ParameterValuesException, CommandException)
39 
40 
48 CTK_DECLARE_EXCEPTION(BERRY_COMMANDS, SerializationException, CommandException)
49 
50 
51 }
52 
53 #endif /*BERRYCOMMANDEXCEPTIONS_H_*/
org_blueberry_core_commands_Export.h
BERRY_COMMANDS
#define BERRY_COMMANDS
Definition: org_blueberry_core_commands_Export.h:26
berry
Definition: QmitkPropertyItemModel.h:24