ClosedException

class ClosedException(message: String?, cause: Throwable?) : Exception

Functions

getStackTrace
Link copied to clipboard
fun getStackTrace(): Array<String>
printStackTrace
Link copied to clipboard
fun printStackTrace()
toString
Link copied to clipboard
open override fun toString(): String

Properties

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