CapacityOverflowException

class CapacityOverflowException(message: String = "Overflow of collection with fixed capacity") : RuntimeException(source)

Represents exception that is thrown when user tries to overflow a data structure with fixed capacity.

Constructors

Link copied to clipboard
constructor(message: String = "Overflow of collection with fixed capacity")

Properties

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