chessengine.exceptions#

Global exceptions for the engine

exception chessengine.exceptions.GameNodeError#

A GameNode was not found in the game tree

exception chessengine.exceptions.MoveError#

An invalid move was passed

exception chessengine.exceptions.PGNParsingError#

An error occurred while parsing a PGN file/move

exception chessengine.exceptions.PositionError#

An invalid position was passed