00001 // -*- C++ -*- 00002 // 00003 // RemnantHandler.xh is a part of ThePEG - Toolkit for HEP Event Generation 00004 // Copyright (C) 1999-2007 Leif Lonnblad 00005 // 00006 // ThePEG is licenced under version 2 of the GPL, see COPYING for details. 00007 // Please respect the MCnet academic guidelines, see GUIDELINES for details. 00008 // 00009 #ifndef ThePEG_RemnantHandler_XH 00010 #define ThePEG_RemnantHandler_XH 00011 // 00012 // This is the declarations of the exception classes used by the 00013 // RemnantHandler class. 00014 // 00015 00016 // #include "RemnantHandler.fh" 00017 00018 #include "ThePEG/Utilities/Exception.h" 00019 00020 namespace ThePEG { 00021 00024 struct RemnantHandlerException: public Exception { 00026 RemnantHandlerException(string p0, string p, string r, string mess); 00027 }; 00030 } 00031 00032 #endif /* ThePEG_RemnantHandler_XH */ 00033