EmptySudokuSchemasException

A custom exception thrown when the Sudoku schemas list is empty.

This exception indicates that at least one Sudoku schema must be provided to generate a Sudoku puzzle.

Example usage:

throw EmptySudokuSchemasException()

For more detailed instructions and examples on providing Sudoku schemas, visit: Sudoklify Documentation - Sudoku Schemas

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?