|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
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.
{
throw GaudiException
( "Out-of-Range for class Gaudi::Range_" , "RangeError", StatusCode::FAILURE ) ;
}