tartan 1.2.2.1
Chess API
|
Base class for Board::makeMove() function errors. More...
#include <exceptions.hpp>
Public Member Functions | |
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) |
Base class for Board::makeMove() function errors.
|
inline |
p | Piece object that tries to make illegal move |
to | location to which p tried to move |
what_arg | message string |
|
inline |
|
inline |
Get move target location.