Medical Imaging Interaction Toolkit  2023.12.99-1652ac8d
Medical Imaging Interaction Toolkit
berryJobExceptions.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 BERRYJOBSEXCEPTIONS_H_
14 #define BERRYJOBSEXCEPTIONS_H_
15 
17 #include <Poco/Exception.h>
18 
19 namespace berry
20 {
21 
22 POCO_DECLARE_EXCEPTION(BERRY_JOBS, InterruptedException, Poco::RuntimeException)
23 POCO_DECLARE_EXCEPTION(BERRY_JOBS, IllegalStateException, Poco::RuntimeException)
24 POCO_DECLARE_EXCEPTION(BERRY_JOBS, JobRuntimeException, Poco::RuntimeException)
25 POCO_DECLARE_EXCEPTION(BERRY_JOBS, FinallyThrowException, Poco::RuntimeException)
26 POCO_DECLARE_EXCEPTION(BERRY_JOBS, IllegalArgumentException, Poco::Exception)
27 
28 }
29 
30 #endif /* BERRYJOBSEXCEPTIONS_H_ */
org_blueberry_core_jobs_Export.h
BERRY_JOBS
#define BERRY_JOBS
Definition: org_blueberry_core_jobs_Export.h:26
berry
Definition: QmitkPropertyItemModel.h:24