ConversionRangeOutsideOfBounds

Exception class used by compxclib.Constants.setDefaultRound and thrown if the Int value is not between the range 0 .. 15

Parameters

message

message thrown along the Exception

See also

Constructors

Link copied to clipboard
constructor(message: String)

Creates an Exception with the message message

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun toString(): String