#include <exception.h>
Inheritance diagram for Exception::SizeUnderflow:

Public Member Functions | |
| SizeUnderflow (const char *file, int line, Size size=0) throw () | |
Protected Attributes | |
| Size | size_ |
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.
| size | the size causing the problem |