W3cubDocs

/Kotlin

AssertionError

Platform and version requirements: JS (1.1), Native (1.3)
open class AssertionError : Error
Platform and version requirements: JVM (1.1)
typealias AssertionError = AssertionError

Constructors

<init>

Platform and version requirements: JS (1.1)
AssertionError(message: String?)
Platform and version requirements: Native (1.3)
AssertionError(cause: Throwable?)
Platform and version requirements: Native (1.3)
AssertionError(message: String?, cause: Throwable?)
Platform and version requirements: JS (1.1), Native (1.3)
<init>()
Platform and version requirements: JS (1.1), Native (1.3)
<init>(message: Any?)

© 2010–2019 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-assertion-error/index.html