UCILoader 1.1.2
Small C++ library that allows user to connect to a chess engines via UCI protocol.
Loading...
Searching...
No Matches
UCILoader::EngineOptionProxy::WrongTypeError Class Reference

Exception thrown when an operation is incompatible with the option type. More...

#include <EngineConnection.h>

Inherits std::exception.

Detailed Description

Exception thrown when an operation is incompatible with the option type.

For example, calling click() on a non-Button option, or assigning an integer to a string option.


The documentation for this class was generated from the following file: