Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

Exception::InvalidSize Class Reference

Invalid Size Throw this exception to indicate that a size was unexpected. More...

#include <exception.h>

Inheritance diagram for Exception::InvalidSize:

Exception::GeneralException List of all members.

Public Member Functions

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

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