public class IllegalMoveException extends ChessException
| Constructor and Description |
|---|
IllegalMoveException(ChessBoardCoord coord) |
IllegalMoveException(ChessMovePath path,
String message) |
IllegalMoveException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalMoveException(String message)
public IllegalMoveException(ChessBoardCoord coord)
public IllegalMoveException(ChessMovePath path, String message)
Copyright © 2014. All Rights Reserved.