Gaudi Framework, version v23r5
Home
Generated: Wed Nov 28 2012
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiKernel
src
Lib
Range.cpp
Go to the documentation of this file.
1
// ============================================================================
2
// Include files
3
// ============================================================================
4
// GauduKernel
5
// ============================================================================
6
#include "
GaudiKernel/GaudiException.h
"
7
#include "
GaudiKernel/Range.h
"
8
// ============================================================================
24
// ============================================================================
25
/* Helpful function to throw an out-of-range exception for class Range_
26
* @param index invalid index
27
* @param size range size
28
*/
29
// ============================================================================
30
void
Gaudi::details::rangeException
31
(
const
long
/* index */
,
32
const
size_t
/* size */
)
33
{
34
throw
GaudiException
35
(
"Out-of-Range for class Gaudi::Range_"
,
"RangeError"
,
StatusCode::FAILURE
) ;
36
}
37
// ============================================================================
38
// The END
39
// ============================================================================
Generated at Wed Nov 28 2012 12:17:16 for Gaudi Framework, version v23r5 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004