#include <BALL/COMMON/exception.h>
Public Member Functions | |
InvalidSize (const char *file, int line, Size size=0) | |
Protected Attributes | |
Size | size_ |
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.
size | the size causing the problem |
BALL::Exception::InvalidSize::InvalidSize | ( | const char * | file, | |
int | line, | |||
Size | size = 0 | |||
) |
Size BALL::Exception::InvalidSize::size_ [protected] |