00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef ThePEG_ParVector_XH
00010 #define ThePEG_ParVector_XH
00011
00012
00013
00014
00015
00016 #include "InterfaceBase.xh"
00017
00018 namespace ThePEG {
00019
00023 struct ParVExLimit: public InterfaceException {
00025 template <typename T>
00026 ParVExLimit(const InterfaceBase & i, const InterfacedBase & o, T v);
00027 };
00028
00030 struct ParVExUnknown: public InterfaceException {
00032 template <typename T>
00033 ParVExUnknown(const InterfaceBase & i, const InterfacedBase & o,
00034 T v, int j, const char * s);
00035 };
00036
00039 struct ParVExIndex: public InterfaceException {
00041 ParVExIndex(const InterfaceBase & i, const InterfacedBase & o, int index);
00042 };
00043
00046 struct ParVExFixed: public InterfaceException {
00048 ParVExFixed(const InterfaceBase & i, const InterfacedBase & o);
00049 };
00050
00052 struct ParVExDelUnknown: public InterfaceException {
00054 ParVExDelUnknown(const InterfaceBase & i, const InterfacedBase & o, int j);
00055 };
00056
00058 struct ParVExGetUnknown: public InterfaceException {
00060 ParVExGetUnknown(const InterfaceBase & i,
00061 const InterfacedBase & o, const char * s);
00062 };
00065 }
00066
00067 #endif
00068