Warning, /include/ThePEG/MatrixElement/DiagramBase.xh is written in an unsupported language. File is not indexed.
0001 // -*- C++ -*-
0002 //
0003 // DiagramBase.xh is a part of ThePEG - Toolkit for HEP Event Generation
0004 // Copyright (C) 1999-2019 Leif Lonnblad
0005 //
0006 // ThePEG is licenced under version 3 of the GPL, see COPYING for details.
0007 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
0008 //
0009 #ifndef ThePEG_DiagramBase_XH
0010 #define ThePEG_DiagramBase_XH//
0011 // This is the declarations of the exception classes used by the
0012 // DiagramBase class.
0013 //
0014
0015 #include "ThePEG/Utilities/Exception.h"
0016
0017 namespace ThePEG {
0018
0019 /** @cond EXCEPTIONCLASSES */
0020 /** Exception class used by DiagramBase if an object was not correctly
0021 * set up. */
0022 struct DiagramBaseSetupException: public Exception {
0023 /** Standard constructor. */
0024 DiagramBaseSetupException(const DiagramBase &);
0025 };
0026 /** @endcond */
0027
0028 }
0029
0030 #endif /* ThePEG_DiagramBase_XH */
0031