InvalidComparison

Exception class used by compxclib.ComplexNumber.checkEquals when the parameter provided is not of the type compxclib.ComplexNumber nor Number

Parameters

message

message thrown along the Exception

See also

ComplexNumber.checkEquals

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