#include <exception.h>

Public Member Functions | |
| ResourceAllocationError (std::string resource_name, size_t max, size_t actual, const char *file, int line) throw () | |
| psi::ResourceAllocationError::ResourceAllocationError | ( | std::string | resource_name, | |
| size_t | max, | |||
| size_t | actual, | |||
| const char * | file, | |||
| int | line | |||
| ) | throw () |
Constructor
| resource_name | The name of the resource (e.g memory) | |
| max | The max number of iterations | |
| file | The file that threw the exception (use __FILE__ macro) | |
| line | The line number that threw the exception (use __LINE__ macro) |
1.5.6