|
Gaudi Framework, version v23r4 |
| Home | Generated: Mon Sep 17 2012 |
00001 // $Id: $ 00002 // ============================================================================ 00003 // Include files 00004 // ============================================================================ 00005 // STD & STD 00006 // ============================================================================ 00007 #include <stdexcept> 00008 // ============================================================================ 00009 // GaudiKernel 00010 // ============================================================================ 00011 #include "GaudiKernel/System.h" 00012 #include "GaudiKernel/MapBase.h" 00013 // ============================================================================ 00020 // ============================================================================ 00021 // destructor 00022 // ============================================================================ 00023 Gaudi::Utils::MapBase::~MapBase(){} 00024 // ============================================================================ 00025 /* throw std::out_of_range exception 00026 * @see std::out_of_range 00027 */ 00028 // ============================================================================ 00029 void Gaudi::Utils::MapBase::throw_out_of_range_exception () const 00030 { 00031 std::string _nam = System::typeinfoName ( typeid ( *this ) ) ; 00032 throw std::out_of_range ( _nam.c_str () ) ; 00033 } 00034 // ============================================================================ 00035 00036 // ============================================================================ 00037 // The END 00038 // ============================================================================ 00039