#include <exceptions.h>
Inheritance diagram for InsufficientDataException:
Public Member Functions | |
InsufficientDataException (void) | |
Create an IndexOutOfBoundsException with a default message. | |
InsufficientDataException (const std::string &mesg) | |
Create an IndexOutOfBoundsException with a custom message. |
|
Create an IndexOutOfBoundsException with a custom message.
|