#include <exception.h>
Inheritance diagram for Exception::InvalidSize:
Public Member Functions | |
InvalidSize (const char *file, int line, Size size=0) throw () | |
Protected Attributes | |
Size | size_ |
The constructor has an additional argument: the value of of the requested size.
size | the size causing the problem |