TPIE

2362a60
tpie::out_of_resource_error Struct Reference

Thrown when trying to allocate too much of a resource. More...

#include <tpie/exception.h>

Inherits tpie::exception.

Inherited by tpie::out_of_files_error, and tpie::out_of_memory_error.

Public Member Functions

 out_of_resource_error (const std::string &s)
 

Detailed Description

Thrown when trying to allocate too much of a resource.

When the resource limit is exceeded and the resource limit enforcement policy is set to THROW, this error is thrown by the resource subsystem.

Definition at line 76 of file exception.h.


The documentation for this struct was generated from the following file: