Main Page | Modules | Class Hierarchy | Class List | Directories | Class Members | Related Pages | Examples

InsufficientDataException Class Reference
[Exceptions]

Indicates that a packet was too short for some operation (e.g. access of a field beyond the end of the packet). More...

#include <exceptions.h>

Inheritance diagram for InsufficientDataException:

std::runtime_error List of all members.

Public Member Functions

 InsufficientDataException (void)
 Create an IndexOutOfBoundsException with a default message.
 InsufficientDataException (const std::string &mesg)
 Create an IndexOutOfBoundsException with a custom message.

Detailed Description

Indicates that a packet was too short for some operation (e.g. access of a field beyond the end of the packet).


Constructor & Destructor Documentation

InsufficientDataException::InsufficientDataException const std::string &  mesg  )  [inline]
 

Create an IndexOutOfBoundsException with a custom message.

Parameters:
mesg Message to be returned as 'what()'


The documentation for this class was generated from the following file:
Generated on Thu Apr 5 01:02:37 2007 for ANTARES by  doxygen 1.4.2