I have to implement the alpha beta prunning algorithm for the game 4Connect. I have to implement the method with generics:
public M getBestMove() throws GameException {
I don't really know what the statement "throws GameException" means. I tried to write my own exception. but I never did it before, so I could need some help from you