00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef ThePEG_DecayMode_XH
00010 #define ThePEG_DecayMode_XH
00011
00012
00013
00014
00015
00016 #include "ThePEG/Interface/InterfaceBase.xh"
00017
00018 namespace ThePEG {
00019
00023 class DecModNoAccept: public UpdateException {
00024 public:
00026 DecModNoAccept(string, string);
00027 };
00028
00031 class DecModSetupNoAccept: public SetupException {
00032 public:
00034 DecModSetupNoAccept(string, string);
00035 };
00036
00038 class DecModRebind: public RebindException {
00039 public:
00041 DecModRebind(string, string);
00042 };
00045 }
00046
00047 #endif
00048