tartan 1.2.2.1
Chess API
|
Thrown when Board::makeMove() is performed on Piece that can not make any moves. More...
#include <exceptions.hpp>
Public Member Functions | |
can_not_move (const Piece *p, const Piece::Position &to, const std::string &what_arg="Selected piece can't move") | |
Public Member Functions inherited from tt::ex::illegal_move | |
illegal_move (const Piece *p, const Piece::Position &to, const std::string &what_arg="Illegal move") | |
const Piece * | piece () const |
Get Piece object. | |
const Piece::Position & | to () const |
Get move target location. | |
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) |
Thrown when Board::makeMove() is performed on Piece that can not make any moves.
|
inline |
p | Piece object that can not move |
to | target Position of such move |
what_arg | message string |