All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Range.cpp
Go to the documentation of this file.
1 // ============================================================================
2 // Include files
3 // ============================================================================
4 // GauduKernel
5 // ============================================================================
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 // ============================================================================
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 // ============================================================================
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:31
This file has been imported from LoKi project "C++ ToolKit for Smart and Friendly Physics Analysis" ...