Class ResourceNotAvailable

Inheritance Relationships

Base Type

  • public logic_error

Class Documentation

class ResourceNotAvailable : public logic_error

The resource specified is not available at this time.

Public Functions

inline explicit ResourceNotAvailable(const char *s)

Constructor.

Parameters

s – text description of the exception

inline explicit ResourceNotAvailable(const std::string &s)

Constructor.

Parameters

s – text description of the exception