![]() |
|
|
Generated: 24 Nov 2008 |
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 35 of file Range.cpp.
00037 { 00038 throw GaudiException 00039 ( "Out-of-Range for class Gaudi::Range_" , "RangeError", StatusCode::FAILURE ) ; 00040 }