IMP  2.0.1
The Integrative Modeling Platform
kernel/exception.h
Go to the documentation of this file.
1 /**
2  * \file IMP/kernel/exception.h
3  * \brief For backwards compatibility.
4  *
5  * Copyright 2007-2013 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPKERNEL_EXCEPTION_H
10 #define IMPKERNEL_EXCEPTION_H
11 
12 #include <IMP/kernel/kernel_config.h>
13 #include <IMP/base/exception.h>
14 #include <IMP/base/check_macros.h>
15 #include <IMP/base/SetLogState.h>
17 
18 IMPKERNEL_BEGIN_NAMESPACE
19 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
20 using base::ValueException;
21 using base::IOException;
22 using base::IndexException;
23 using base::ModelException;
24 using base::EventException;
25 using base::Exception;
26 using base::USAGE;
28 using base::NONE;
29 using base::SetLogState;
30 using base::WarningContext;
31 #endif
32 IMPKERNEL_END_NAMESPACE
33 
34 #endif /* IMPKERNEL_EXCEPTION_H */