All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin.collections.Exceptions.kt Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package kotlin

deprecated("This exception is no longer thrown by any standard library classes and is going to be removed")
public class EmptyIterableException(private val it: Iterable<*>) : RuntimeException("$it is empty")

deprecated("This exception is no longer thrown by any standard library classes and is going to be removed")
public class DuplicateKeyException(message : String = "Duplicate keys detected") : RuntimeException(message)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy