|
Gaudi Framework, version v21r10p1 |
| Home | Generated: 29 Jul 2010 |
Functions | |
| void | rangeException (const long index, const size_t size) |
| Helpful function to throw an "out-of-range exception" for class Range_. | |
| void Gaudi::details::rangeException | ( | const long | index, | |
| const size_t | size | |||
| ) |
Helpful function to throw an "out-of-range exception" for class Range_.
| index | invalid index | |
| size | range size |
Definition at line 31 of file Range.cpp.
00033 { 00034 throw GaudiException 00035 ( "Out-of-Range for class Gaudi::Range_" , "RangeError", StatusCode::FAILURE ) ; 00036 }