BALL::Exception::InvalidSize Class Reference

#include <BALL/COMMON/exception.h>

Inheritance diagram for BALL::Exception::InvalidSize:
BALL::Exception::GeneralException

List of all members.


Public Member Functions

 InvalidSize (const char *file, int line, Size size=0)

Protected Attributes

Size size_

Detailed Description

Invalid Size Throw this exception to indicate that a size was unexpected. The constructor has an additional argument: the value of of the requested size.

Parameters:
size the size causing the problem

Constructor & Destructor Documentation

BALL::Exception::InvalidSize::InvalidSize ( const char *  file,
int  line,
Size  size = 0 
)

Member Data Documentation