Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Functions

Gaudi::details Namespace Reference

Functions

void rangeException (const long index, const size_t size)
 Helpful function to throw an "out-of-range exception" for class Range_.

Function Documentation

void Gaudi::details::rangeException ( const long  index,
const size_t  size 
)

Helpful function to throw an "out-of-range exception" for class Range_.

See also:
GaudiException
Parameters:
indexinvalid index
sizerange size

Definition at line 31 of file Range.cpp.

{
  throw GaudiException
    ( "Out-of-Range for class Gaudi::Range_" , "RangeError", StatusCode::FAILURE ) ;
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:49 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004