NoWhenBranchMatchedException
expect open class NoWhenBranchMatchedException(val message: String?, val cause: Throwable?) : RuntimeException(source)
Deprecated (with error)
This exception type is not supposed to be thrown or caught in common code and will be removed from kotlin-stdlib-common soon.
Since Kotlin
1.0actual open class NoWhenBranchMatchedException(val message: String?, val cause: Throwable?) : RuntimeException(source)
Since Kotlin
1.1actual open class NoWhenBranchMatchedException(val message: String?, val cause: Throwable?) : RuntimeException(source)
Since Kotlin
1.3Properties
Functions
Link copied to clipboard
When supported by the platform, adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.
Since Kotlin 1.1
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
Prints the detailed description of this throwable to the standard error output.
Since Kotlin 1.0
Prints the detailed description of this throwable to the specified stream.
Since Kotlin 1.0
Prints the detailed description of this throwable to the specified writer.
Since Kotlin 1.0