00001 /* Exceptions 00002 */ 00003 00004 #ifndef exceptns_hh 00005 #define exceptns_hh 00006 00007 #include "basics/exceptions.hh" 00008 00009 namespace bem { 00010 00011 // ******************************************* NoOfIntegrationPointsToHigh ** 00012 00018 class NoOfIntegrationPointsToHigh : public concepts::ExceptionBase {}; 00019 00020 } // namespace bem 00021 00022 #endif // exceptns_hh