Class LocationInvalid

Inheritance Relationships

Base Type

  • public domain_error

Class Documentation

class LocationInvalid : public domain_error

Location specified is invalid.

Public Functions

inline explicit LocationInvalid(const char *s)

Constructor.

Parameters

s – text description of the exception

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

Constructor.

Parameters

s – text description of the exception