|
BALL
1.4.1
|
#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 |
Definition at line 201 of file COMMON/exception.h.
| BALL::Exception::InvalidSize::InvalidSize | ( | const char * | file, |
| int | line, | ||
| Size | size = 0 |
||
| ) |
Size BALL::Exception::InvalidSize::size_ [protected] |
Definition at line 209 of file COMMON/exception.h.
1.7.6.1