Class AllocationException

Inheritance Relationships

Base Type

  • public std::length_error

Class Documentation

class AllocationException : public std::length_error

Exception indicating failure to allocate a new resource.

This exception signals an error resulting from an attempt to exceed implementation-defined allocation limits.

Public Functions

inline AllocationException(const std::string &what)