Class AgentNotFound

Inheritance Relationships

Base Type

  • public logic_error

Class Documentation

class AgentNotFound : public logic_error

Agent was not found.

Public Functions

inline explicit AgentNotFound(const char *s)

Constructor.

Parameters

s – text description of the exception

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

Constructor.

Parameters

s – text description of the exception