InvalidPointError

class InvalidPointError(errorMessage: String, throwable: Throwable?)

Represents an error indicating the points provided are invalid.

Parameters

errorMessage

an error message describing the error.

throwable

an optional throwable related to the error.

Constructors

InvalidPointError
Link copied to clipboard
fun InvalidPointError(errorMessage: String, throwable: Throwable?)
an error message describing the error.

Functions

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

Properties

errorMessage
Link copied to clipboard
val errorMessage: String
an error message describing the error.
throwable
Link copied to clipboard
val throwable: Throwable?
an optional throwable related to the error.