OverflowException

class OverflowException(message: String? = "Overflow happened") : ArithmeticException(source)

Describes that overflow happened during arithmetic operation. For example, overflow in Int or Long operations like addition or multiplication.

Constructors

Link copied to clipboard
constructor(message: String? = "Overflow happened")

Properties

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