3 // InterfacedBase.xh is a part of ThePEG - Toolkit for HEP Event Generation
4 // Copyright (C) 1999-2011 Leif Lonnblad
6 // ThePEG is licenced under version 2 of the GPL, see COPYING for details.
7 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
9 #ifndef ThePEG_InterfacedBase_XH
10 #define ThePEG_InterfacedBase_XH
12 // This is the declarations of the exception classes used by the
13 // InterfacedBase class.
16 // #include "InterfacedBase.fh"
17 #include "InterfaceBase.h"
21 /** @cond EXCEPTIONCLASSES */
22 /** Exception base class used if something goes wrong in the setup phase. */
23 struct SetupException: public InterfaceException {
28 /** Exception base class used if something goes wrong in the setup phase. */
29 struct UpdateException: public InterfaceException {
34 /** Exception base class used if something goes wrong with rebinding
35 pointers in the setup phase. */
36 struct RebindException: public InterfaceException {
41 /** Exception base class used if something goes wrong in the setup phase. */
42 struct InitException: public InterfaceException {
50 #endif /* ThePEG_InterfacedBase_XH */