AssertionError
Since Kotlin
1.2Since Kotlin
1.1actual open class AssertionError constructor(val message: String?, val cause: Throwable?) : Error(source)
Since Kotlin
1.1Since Kotlin
1.3Constructors
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Extensions
Link copied to clipboard
Returns a list of stack trace addresses representing the stack trace pertaining to this throwable.
Since Kotlin 1.3
Link copied to clipboard
Returns an array of stack trace elements representing the stack trace pertaining to this throwable.
Since Kotlin 1.0