File Out Of Bounds Exception
class FileOutOfBoundsException(message: String = "File value should be in the range of a..h", cause: Throwable? = null) : ChessCoreException
Exception thrown when a file value is outside the valid range (a...h).
Parameters
message
the detail message for this exception
cause
the cause of this exception, or null if none