IllegalStateException

class IllegalStateException(m: String = "IllegalModelStateException") : RuntimeException

Author

rossetti

Constructors

Link copied to clipboard
constructor(m: String = "IllegalModelStateException")

Properties

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