OpenMS
SizeUnderflow Class Reference

UInt underflow exception. More...

#include <OpenMS/CONCEPT/Exception.h>

Inheritance diagram for SizeUnderflow:
[legend]
Collaboration diagram for SizeUnderflow:
[legend]

Public Member Functions

 SizeUnderflow (const char *file, int line, const char *function, Size size=0) noexcept
 
- Public Member Functions inherited from BaseException
 BaseException () noexcept
 Default constructor. More...
 
 BaseException (const char *file, int line, const char *function) noexcept
 Constructor. More...
 
 BaseException (const char *file, int line, const char *function, const std::string &name, const std::string &message) noexcept
 Constructor. More...
 
 BaseException (const BaseException &exception) noexcept
 Copy constructor. More...
 
 ~BaseException () noexcept override
 Destructor. More...
 
const char * getName () const noexcept
 Returns the name of the exception. More...
 
int getLine () const noexcept
 Returns the line number where it occurred. More...
 
const char * getFile () const noexcept
 Returns the file where it occurred. More...
 
const char * getFunction () const noexcept
 Returns the function where it occurred. More...
 
const char * getMessage () const noexcept
 Returns the message. More...
 

Additional Inherited Members

- Protected Attributes inherited from BaseException
const char * file_
 The source file the exception was thrown in. More...
 
int line_
 The line number the exception was thrown in. More...
 
const char * function_
 The source file the exception was thrown in. More...
 
std::string name_
 The name of the exception. More...
 

Detailed Description

UInt underflow exception.

Throw this exception to indicate a size was smaller than allowed. The constructor has an additional argument: the value of of the requested size. This exception is thrown, if buffer sizes are insufficient.

Parameters
sizethe size causing the problem

Constructor & Destructor Documentation

◆ SizeUnderflow()

SizeUnderflow ( const char *  file,
int  line,
const char *  function,
Size  size = 0 
)
noexcept