Class LocationUnavailable

Inheritance Relationships

Base Type

  • public domain_error

Class Documentation

class LocationUnavailable : public domain_error

Location specified is unavailable.

See also

LocationInvalid

Public Functions

inline explicit LocationUnavailable(const char *s)

Constructor.

Parameters

s – text description of the exception

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

Constructor.

Parameters

s – text description of the exception