com.netsensia.rivalchess.model.exception.InvalidBoardException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rivalchess-model Show documentation
Show all versions of rivalchess-model Show documentation
The simple model classes used by Rival Chess
The newest version!
package com.netsensia.rivalchess.model.exception
class InvalidBoardException(s: String) : RuntimeException(s)