tartan 1.2.2.1
Chess API
|
Exception when Board::set() functions fail. More...
#include <exceptions.hpp>
Public Member Functions | |
bad_set (const std::string &what_arg="Can not produce piece set") | |
Public Member Functions inherited from std::logic_error | |
T | logic_error (T... args) |
T | what (T... args) |
Public Member Functions inherited from std::exception | |
T | what (T... args) |
T | ~exception (T... args) |
T | operator= (T... args) |
T | exception (T... args) |
Exception when Board::set() functions fail.
This exception is rethrown in Board::set() functions with std::throw_with_nested.