Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions

IndexUnderflow Class Reference
[Exceptions]

Int underflow exception. More...

#include <OpenMS/CONCEPT/Exception.h>

Inheritance diagram for IndexUnderflow:
BaseException

List of all members.

Public Member Functions

 IndexUnderflow (const char *file, int line, const char *function, SignedSize index=0, Size size=0) throw ()

Detailed Description

Int underflow exception.

Throw this exception to indicate an index that was smaller than allowed. The constructor has two additional arguments, the values of which should be set to the index that caused the failure and the smallest allowed value to simplify debugging.

Parameters:
index the value of the index causing the problem
size smallest value allowed for index

Constructor & Destructor Documentation

IndexUnderflow ( const char *  file,
int  line,
const char *  function,
SignedSize  index = 0,
Size  size = 0 
) throw ()

OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:42:59 using doxygen 1.7.1