The Gaudi Framework  v30r3 (a5ef0a68)
Range.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // Include files
3 // ============================================================================
4 // GauduKernel
5 // ============================================================================
6 #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( const long /* index */, const size_t /* size */ )
31 {
32  throw GaudiException( "Out-of-Range for class Gaudi::Range_", "RangeError", StatusCode::FAILURE );
33 }
34 // ============================================================================
35 // The END
36 // ============================================================================
constexpr static const auto FAILURE
Definition: StatusCode.h:88
Define general base for Gaudi exception.
GAUDI_API void rangeException(const long index, const size_t size)
Helpful function to throw an "out-of-range exception" for class Range_.
Definition: Range.cpp:30
This file has been imported from LoKi project "C++ ToolKit for Smart and Friendly Physics Analysis" ...